GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
three.quarks
ColorGenerator
Interface ColorGenerator
interface
ColorGenerator
{
type
:
"value"
;
clone
()
:
ColorGenerator
;
genColor
(
memory
:
GeneratorMemory
,
color
:
Vector4
)
:
Vector4
;
startGen
(
memory
:
GeneratorMemory
)
:
void
;
toJSON
()
:
FunctionJSON
;
}
Implemented by
ColorRange
ConstantColor
RandomColor
Index
Properties
type
Methods
clone
gen
Color
start
Gen
toJSON
Properties
type
type
:
"value"
Methods
clone
clone
()
:
ColorGenerator
Returns
ColorGenerator
gen
Color
genColor
(
memory
:
GeneratorMemory
,
color
:
Vector4
)
:
Vector4
Parameters
memory
:
GeneratorMemory
color
:
Vector4
Returns
Vector4
start
Gen
startGen
(
memory
:
GeneratorMemory
)
:
void
Parameters
memory
:
GeneratorMemory
Returns
void
toJSON
toJSON
()
:
FunctionJSON
Returns
FunctionJSON
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
Methods
clone
gen
Color
start
Gen
toJSON
GitHub
Quarks VFX
Documentation
Loading...