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