m property

double get m

Returns the magenta component of the color in CMYK color model.

Implementation

double get m => cmyk[1];