lightness property

num lightness

The lightness, or mean of the proportion component optima, of color.

Implementation

num get lightness => (max + min) / 2;