Method: Color::CMYK#m

Defined in:
lib/color/cmyk.rb

#mObject

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



227
228
229
# File 'lib/color/cmyk.rb', line 227

def m
  @m
end