rgbProportions property

List<double> rgbProportions

The red-green-blue proportion components of color.

Implementation

List<double> get rgbProportions =>
    [...rgba.sublist(0, 3).map((c) => c / 255.0)];