alphaValue property
int
get
alphaValue
Returns the alpha component of the color.
Implementation
int get alphaValue {
return (a * 255).toInt();
}
Returns the alpha component of the color.
int get alphaValue {
return (a * 255).toInt();
}