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