toRgbColor method

  1. @override
RgbColor toRgbColor()
inherited

Converts this to the RGB color space.

Implementation

@override
RgbColor toRgbColor() => _cast().toRgbColor().cast();