magenta property

O magenta

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

Implementation

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