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