__anonymous.components

The color components are available as a static array, individual bytes, and a uint inside this union.

Since it is anonymous, you can use the inner members' names directly. +//// [r, g, b, a

union __anonymous
ubyte[4] components;
Suggestion Box / Bug Report