Method: ColorLib::CMYK#c

Defined in:
lib/color_lib/cmyk.rb

#cObject

Returns the cyan © component of the CMYK colour as a value in the range 0.0 .. 1.0.



197
198
199
# File 'lib/color_lib/cmyk.rb', line 197

def c
  @c
end