c property

double get c

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

Implementation

double get c => cmyk[0];