Class RGBA
java.lang.Object
org.openqa.selenium.devtools.v126.dom.model.RGBA
A structure holding an RGBA color.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RGBA
-
-
Method Details
-
getR
The red component, in the [0-255] range. -
getG
The green component, in the [0-255] range. -
getB
The blue component, in the [0-255] range. -
getA
The alpha component, in the [0-1] range (default: 1).
-