brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
csg
ColorNode
Interface ColorNode
interface
ColorNode
{
color
:
readonly
[
number
,
number
,
number
,
number
]
;
freeParams
:
ReadonlySet
<
string
>
;
kind
:
"Color"
;
structuralHash
:
bigint
;
target
:
IRNode
;
}
Hierarchy
IRNodeBase
ColorNode
Index
Properties
color
free
Params
kind
structural
Hash
target
Properties
Readonly
color
color
:
readonly
[
number
,
number
,
number
,
number
]
Canonical RGBA, each component in [0, 1].
Readonly
free
Params
freeParams
:
ReadonlySet
<
string
>
Readonly
kind
kind
:
"Color"
Readonly
structural
Hash
structuralHash
:
bigint
Readonly
target
target
:
IRNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
free
Params
kind
structural
Hash
target
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Canonical RGBA, each component in [0, 1].