Taos API Reference
← Docs
Quick-Start Guide
Preparing search index...
geo
StyleColor
Interface StyleColor
An RGBA color in 0–1 (the result type of
color()
/
rgb()
expressions).
interface
StyleColor
{
r
:
number
;
g
:
number
;
b
:
number
;
a
:
number
;
}
Index
Properties
r
g
b
a
Properties
r
r
:
number
g
g
:
number
b
b
:
number
a
a
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
r
g
b
a
← Docs
Quick-Start Guide
Taos API Reference
Loading...
An RGBA color in 0–1 (the result type of
color()/rgb()expressions).