menu
pxl
pxl.dart
Rgb
<
P
,
C
>
cyan property
cyan
dark_mode
light_mode
cyan
property
P
cyan
Cyan color with full transparency.
Implementation
P get cyan { return create(green: maxGreen, blue: maxBlue); }
pxl
pxl
Rgb
<
P
,
C
>
cyan property
Rgb class