menu
nonsense_spectrum package
documentation
colors.dart
ColorOperatorsMethods
inverted property
inverted property
dark_mode
light_mode
inverted
property
Color
get
inverted
Invert
red
,
green
and
blue
channels of
this
, maintaining
alpha
.
Implementation
Color get inverted => -this;
nonsense_spectrum package
documentation
colors
ColorOperatorsMethods
inverted property
ColorOperatorsMethods extension on
Color