Home > rc-js-util > ERgbaShift
Bit offset for packed RGBA colors.
Signature:
export declare enum ERgbaShift
Member | Value | Description |
---|---|---|
A | 24 |
|
B | 16 |
|
G | 8 |
|
R | 0 |
After masking zero fill right shift to unpack. Left shift to pack (0-255 as input). Stored as ABGR to allow packing of RGB into float32.