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

    Modifier and Type
    Method
    Description
    int
    Gets the opaque color as a hex RGB value, e.g. 0x#FF0000 for red.
  • Method Details

    • getOpaqueRgbHexColor

      int getOpaqueRgbHexColor()
      Gets the opaque color as a hex RGB value, e.g. 0x#FF0000 for red.
      Returns:
      The hex RGB value of the color.