setColorFromNumber abstract method
The default value is {@link Color#BLACK}. The color
is a 32 bit ARGB format, eg. 0xff003300 (opaquicity, red, green, blue)
Implementation
void setColorFromNumber(int color);
The default value is {@link Color#BLACK}. The color
is a 32 bit ARGB format, eg. 0xff003300 (opaquicity, red, green, blue)
void setColorFromNumber(int color);