shadowColor(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
shadowColor(val: number[]): this;
Sets the color of the text shadow, in the following form:
[r, g, b, a]
Default value: [0, 0, 0, 1]
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | array | The color to set, in the form [r, g, b, a] . |
Returns
Section titled “Returns”this