y property

double get y

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

Implementation

double get y => cmyk[2];