Srgb.fromColor constructor
Srgb.fromColor(
- Color color
Implementation
Srgb.fromColor(ui.Color color) : this(color.red, color.green, color.blue);
Srgb.fromColor(ui.Color color) : this(color.red, color.green, color.blue);