Skip to content

outlineColor(...)

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.

outlineColor(v: number[]) : this;

Set the color of the outline on the object’s surface, if one is enabled.

Default value: [0, 0, 0]

ParameterTypeDescription
vnumberThe value to set the color of the outline to.

this