Package de.xima.fc.color
Interface IOpaqueRgbHexColorProviding
-
- All Known Implementing Classes:
ClientOpaqueColor
,CssColor
,HslUvTriplet
,HsvTriplet
,RgbaQuadruplet
,RgbTriplet
public interface IOpaqueRgbHexColorProviding
Interface for instances that can provide an opaque color as a hex RGB value, e.g. 0x#FF0000 for red.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOpaqueRgbHexColor()
Gets the opaque color as a hex RGB value, e.g.
-