Documentation
Preparing search index...
@blizzard-api/core
Color
Interface Color
A record containing the RGBA values of a color.
interface
Color
{
a
:
number
;
b
:
number
;
g
:
number
;
r
:
number
;
}
Index
Properties
a
b
g
r
Properties
a
a
:
number
b
b
:
number
g
g
:
number
r
r
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
a
b
g
r
Documentation
Loading...
A record containing the RGBA values of a color.