java.lang.Object
org.openqa.selenium.devtools.v85.dom.model.RGBA

public class RGBA extends Object
A structure holding an RGBA color.
  • Constructor Details

  • Method Details

    • getR

      public Integer getR()
      The red component, in the [0-255] range.
    • getG

      public Integer getG()
      The green component, in the [0-255] range.
    • getB

      public Integer getB()
      The blue component, in the [0-255] range.
    • getA

      public Optional<Number> getA()
      The alpha component, in the [0-1] range (default: 1).