fromInt abstract method

List<double> fromInt(
  1. int argb
)

The four components in the color space of an sRGB color.

Implementation

List<double> fromInt(int argb);