flutter_sprites
dart:ui
Color
red
red
flutter_sprites
dart:ui
Color
red
property
red
flutter_sprites
dart:ui
Color
Static methods
lerp
Constructors
Color
fromARGB
fromRGBO
Properties
alpha
blue
green
hashCode
opacity
red
runtimeType
value
Operators
operator ==
Methods
noSuchMethod
toString
withAlpha
withBlue
withGreen
withOpacity
withRed
int
red
The red channel of this color in an 8 bit value.
Source
int get red => (0x00ff0000 & value) >> 16;