Method: ColorLib::CMYK#m

Defined in:
lib/color_lib/cmyk.rb

#mObject

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



220
221
222
# File 'lib/color_lib/cmyk.rb', line 220

def m
  @m
end