min property

num min

The minimum proportion component of color.

Implementation

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