color
schema/elements/color/1.0.1/color.schema.json
A single 32-bit colour value stored as an unsigned integer. The colour channels are packed in ABGR order (alpha, blue, green, red). Used for fixed colour assignments on geometry parts and materials.
Used by: material, geometry-part.
See also: color-array (array form).
Properties
color (v1.0.1)
Color. A single 32-bit unsigned integer has the alpha sample in the highest 8 bits, followed by the blue sample, green sample and finally the red sample in the lowest 8 bits.
| Property | Type | Description | Flags |
|---|
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |