GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
three.quarks
FunctionColorGenerator
Interface FunctionColorGenerator
interface
FunctionColorGenerator
{
type
:
"function"
;
clone
()
:
FunctionColorGenerator
;
genColor
(
memory
:
GeneratorMemory
,
color
:
Vector4
,
t
:
number
)
:
Vector4
;
startGen
(
memory
:
GeneratorMemory
)
:
void
;
toJSON
()
:
FunctionJSON
;
}
Implemented by
Gradient
RandomColorBetweenGradient
Index
Properties
type
Methods
clone
gen
Color
start
Gen
toJSON
Properties
type
type
:
"function"
Methods
clone
clone
()
:
FunctionColorGenerator
Returns
FunctionColorGenerator
gen
Color
genColor
(
memory
:
GeneratorMemory
,
color
:
Vector4
,
t
:
number
)
:
Vector4
Parameters
memory
:
GeneratorMemory
color
:
Vector4
t
:
number
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...