ColorVariable
class ColorVariable implements VariableInterface (View source)
Properties
protected | $name | ||
protected | $r | ||
protected | $g | ||
protected | $b | ||
protected | $a |
Methods
__construct($name, $r, $g, $b, $a = 1)
NumberVariable constructor.
string
getName()
No description
mixed
getRed()
No description
mixed
getGreen()
No description
mixed
getBlue()
No description
int|mixed
getAlpha()
No description
getValue()
No description
jsonSerialize()
No description
Details
__construct($name, $r, $g, $b, $a = 1)
NumberVariable constructor.
string
getName()
No description
mixed
getRed()
No description
mixed
getGreen()
No description
mixed
getBlue()
No description
int|mixed
getAlpha()
No description
getValue()
No description
jsonSerialize()
No description