toRGB method

List<int> toRGB()

get RGB

Implementation

List<int> toRGB() {
  return [_color!.red, _color!.green, _color!.blue];
}