Interface RGBAColor

All Superinterfaces:
CSSColor

public interface RGBAColor extends CSSColor
Based on W3C's RGBColor interface.
  • Method Details

    • getRed

      Get the red component of this colour.
      Returns:
      the red component.
    • getGreen

      CSSPrimitiveValue getGreen()
      Get the green component of this colour.
      Returns:
      the green component.
    • getBlue

      Get the blue component of this colour.
      Returns:
      the blue component.