b property

double get b

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

Implementation

double get b => cmyk[3];