menu
pxl
pxl.dart
Rgb
<
P
,
C
>
yellow property
yellow
dark_mode
light_mode
yellow
property
P
yellow
Yellow color with full transparency.
Implementation
P get yellow { return create(red: maxRed, green: maxGreen); }
pxl
pxl
Rgb
<
P
,
C
>
yellow property
Rgb class