yellowGreen property

ColorModel yellowGreen
inherited

Returns the color with the most yellow-green hue. (150°)

Implementation

O get yellowGreen =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 150));