LampArrayColor
Describes a color in terms of red, green, blue and alpha channels.Syntax
Members
rType: uint8_t The red channel value of the color. g
Type: uint8_t The green channel value of the color. b
Type: uint8_t The blue channel value of the color. a
Type: uint8_t The alpha channel value of the color. This represents the relative transparency of the color, where zero is fully transparent and 0xFF is fully opaque. If an alpha value other than 0xFF is used, the color will undergo an additional blending step against black. To avoid this blending step, do not pass in any alpha value other than 0xFF when setting colors.
Requirements
Header: LampArray.h Supported platforms: XBOX One family consoles and XBOX Series consolesSee also
Lighting API OverviewSetting Colors on a LampArray
