toRgbColor method

RgbColor toRgbColor()

Returns this color as a RgbColor.

Implementation

RgbColor toRgbColor() => RgbColor.fromColor(this);