struct Protocol::DOM::RGBA
- Protocol::DOM::RGBA
- Struct
- Value
- Object
Overview
A structure holding an RGBA color.
Included Modules
- JSON::Serializable
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#a : Number::Primitive | Nil
The alpha component, in the [0-1] range (default: 1).
-
#b : Int::Primitive
The blue component, in the [0-255] range.
-
#g : Int::Primitive
The green component, in the [0-255] range.
-
#r : Int::Primitive
The red component, in the [0-255] range.