toRgbColor method

  1. @override
RgbColor toRgbColor()

Converts this to the RGB color space.

Implementation

@override
RgbColor toRgbColor() => this;