getColorAsNumber method
Returns the color of this paint as a 32-bit integer.
Implementation
int getColorAsNumber() {
return _paint.color.value;
}
Returns the color of this paint as a 32-bit integer.
int getColorAsNumber() {
return _paint.color.value;
}