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