max property

num max

The maximum proportion component of color.

Implementation

num get max => rgbProportions.reduce((a, b) => a > b ? a : b);