struct Hpdf::Raw::CmykColor

Overview

Color mixed of cyan, magenta, yellow and black. Import using Doc#load_raw_image_from_mem

Defined in:

hpdf/raw_image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cyan : UInt8, magenta : UInt8, yellow : UInt8, black : UInt8) #

[View source]
def self.new(cyan : Number, magenta : Number, yellow : Number, black : Number) #

[View source]

Instance Method Detail

def black : UInt8 #

[View source]
def black=(black : UInt8) #

[View source]
def cyan : UInt8 #

[View source]
def cyan=(cyan : UInt8) #

[View source]
def magenta : UInt8 #

[View source]
def magenta=(magenta : UInt8) #

[View source]
def yellow : UInt8 #

[View source]
def yellow=(yellow : UInt8) #

[View source]