toRGB method

int toRGB()

Returns the 24-bit RGB value of the color.

Implementation

int toRGB() => _value;