module Asciidoctor::PDF::ThemeLoader::CMYKColorValue

A marker module for a normalized CMYK array Prevents normalizing CMYK value more than once

Public Instance Methods

to_s() click to toggle source
# File lib/asciidoctor/pdf/theme_loader.rb, line 39
def to_s
  %([#{join ', '}])
end