Skip to main content
DataValue that stores a color value encoded as a number, with red, green, blue, and alpha components.

Fields

value

DataValue that stores a color value encoded as a number, with red, green, blue, and alpha components. The full color value encoded as a number.

red

Color components in the range [0, 255].

green

blue

alpha

Alpha component in the range [0, 255].