SiliconGhetto Engine API
Homepage
GitHub
Preparing search index...
types
DrawOpts
Interface DrawOpts
RGBA color options for drawing primitives.
interface
DrawOpts
{
r
?:
number
;
g
?:
number
;
b
?:
number
;
a
?:
number
;
}
Hierarchy (
View Summary
)
DrawOpts
LineOpts
Index
Properties
r?
g?
b?
a?
Properties
Optional
r
r
?:
number
Optional
g
g
?:
number
Optional
b
b
?:
number
Optional
a
a
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
r
g
b
a
Homepage
GitHub
SiliconGhetto Engine API
Loading...
RGBA color options for drawing primitives.