Method: Color::CMYK#yellow

Defined in:
lib/color/cmyk.rb

#yellowObject

Returns the yellow (Y) component of the CMYK colour as a percentage value.

[View source]

211
212
213
# File 'lib/color/cmyk.rb', line 211

def yellow
  @y * 100.0
end