Skip to main content

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.

PropertyTypeDescriptionFlags
databinary-blobData stored as a binary blob.
lengthIntegerlength of array
data_typeStringdata type

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?