Class Cairo::Color::CMYK
In: lib/cairo/color.rb
Parent: Base

Methods

new   to_a   to_ary   to_cmyk   to_hsv   to_rgb  

External Aliases

cyan -> c
cyan= -> c=
magenta -> m
magenta= -> m=
yellow -> y
yellow= -> y=
key_plate -> k
key_plate= -> k=

Attributes

cyan  [RW] 
key_plate  [RW] 
magenta  [RW] 
yellow  [RW] 

Public Class methods

Public Instance methods

to_ary()

Alias for to_a

[Validate]