Skip to content

themeColor(...)

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.

themeColor(val: number[]): this;

Sets the theme color. This color is used to customize the user interface elements of the app. It’s important to use only dark colors since the icons are white. The alpha component is ignored in current versions of the app.

Default value: null

ParameterTypeDescription
valarrayArray in form [r, g, b, a]

this