stack

Home > @infiniteobjects/data-types > RGBA

RGBA interface

RGB Color Space

Signature:

export interface RGBA 

Remarks

RGB are 8bit (0-255) Alpha is unit (0-1)

Properties

Property Modifiers Type Description
a   unit  
b   bit8  
g   bit8  
r   bit8