Skip to content

Color

Description

Material color.

Acceptable values

One of the values from Colors

Property type

color

Access

Read\Write

Example

JS
1
2
3
4
let m = Material.custom(Qt.red)
m.color = Qt.green
let result = m.color
console.info(result)

See Also

Last update: 14 August 2025, 18:47