cyan property

ColorModel cyan
inherited

Returns the color with the most cyan hue. (210°)

Implementation

O get cyan =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 210));