Interface RGBColor
- All Known Subinterfaces:
EliteLevelBean
- All Known Implementing Classes:
Accomplishment
,DatedAccomplishment
,EliteLevel
,EliteLifetime
,EliteLifetimeStatus
,EliteStatus
,FlightScore
,LifetimeStatus
public interface RGBColor
An interface to define beans that have an RGB color.
- Since:
- 11.1
- Version:
- 11.4
- Author:
- Luke
-
Method Details
-
getColor
int getColor()Returns the RGB color.- Returns:
- a 24-bit RGB color value
-
getHexColor
Returns the RGB color as a 24-bit hexadecimal string.- Returns:
- a hexadecimal RGB color value
-