js-util

Home > rc-js-util > ERgbaShift

ERgbaShift enum

Bit offset for packed RGBA colors.

Signature:

export declare enum ERgbaShift 

Enumeration Members

Member Value Description
A 24  
B 16  
G 8  
R 0  

Remarks

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.