green property

O green

Returns the color with the greenest hue. (180°)

Implementation

O get green =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 180));