flutter_sprites
dart:ui
Color
green
green
flutter_sprites
dart:ui
Color
green
property
green
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
green
The green channel of this color in an 8 bit value.
Source
int get green => (0x0000ff00 & value) >> 8;