getBlue
Gets the background color's blue component.
@Deprecated public int getBlue() { return backgroundColor & 0x0ff; }
Details
- Deprecated:
- This method is deprecated.
Returns
Background color's blue component.
Gets the background color's blue component.
@Deprecated public int getBlue() { return backgroundColor & 0x0ff; }
Background color's blue component.