Method: Color::CMYK#k

Defined in:
lib/atome/utilities/color_helper/color/cmyk.rb

#kObject

Returns the black (K) component of the CMYK colour as a value in the range 0.0 .. 1.0.



236
237
238
# File 'lib/atome/utilities/color_helper/color/cmyk.rb', line 236

def k
  @k
end