GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
RandomColorBetweenGradient
Class RandomColorBetweenGradient
Implements
FunctionColorGenerator
Index
Constructors
constructor
Properties
gradient1
gradient2
type
Methods
clone
gen
Color
start
Gen
toJSON
fromJSON
Constructors
constructor
new
RandomColorBetweenGradient
(
gradient1
:
Gradient
,
gradient2
:
Gradient
,
)
:
RandomColorBetweenGradient
Parameters
gradient1
:
Gradient
gradient2
:
Gradient
Returns
RandomColorBetweenGradient
Properties
gradient1
gradient1
:
Gradient
gradient2
gradient2
:
Gradient
type
type
:
"function"
Methods
clone
clone
()
:
RandomColorBetweenGradient
Returns
RandomColorBetweenGradient
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
Static
fromJSON
fromJSON
(
json
:
FunctionJSON
)
:
RandomColorBetweenGradient
Parameters
json
:
FunctionJSON
Returns
RandomColorBetweenGradient
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
gradient1
gradient2
type
Methods
clone
gen
Color
start
Gen
toJSON
fromJSON
GitHub
Quarks VFX
Documentation
Loading...