magenta property

ColorModel magenta
inherited

Returns the color with the most magenta hue. (330°)

Implementation

O get magenta =>
    colors.reduce((color1, color2) => _compareDistance(color1, color2, 330));