color-array
schema/elements/color-array/1.0.1/color-array.schema.json
Array of 32-bit colour values stored as unsigned 32-bit integers. Each value packs ABGR channels (alpha, blue, green, red). Used for per-element colour data in attributes and survey data.
Used by: color-attribute, survey-attribute.
See also: color (single value).
Properties
color-array (v1.0.1)
Array of RGBA colors. The channels are arranged in memory in such manner that 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 |
|---|---|---|---|
| data | binary-blob | Data stored as a binary blob. | ✅ |
| length | Integer | length of array | ✅ |
| data_type | String | data type | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |