:: com :: sun :: star :: rendering ::

struct ARGBColor
Description
ARGB color quad

Elements' Summary
Alpha Alpha component. 
Red Red component. Valid range is [0,1.0] 
Green Green component. Valid range is [0,1.0] 
Blue Blue component. Valid range is [0,1.0] 
Elements' Details
Alpha
ColorComponent Alpha;
Description
Alpha component.

Valid range is [0,1.0], with 0.0 denoting fully transparent, and 1.0 fully opaque.

Red
ColorComponent Red;
Description
Red component. Valid range is [0,1.0]
Green
ColorComponent Green;
Description
Green component. Valid range is [0,1.0]
Blue
ColorComponent Blue;
Description
Blue component. Valid range is [0,1.0]
Top of Page