Paint.Color (gb.web.gui)
Static Function Color ( Color As Variant ) As PaintBrush
 
Creates a new brush corresponding to an opaque or translucent color.
The color is defined by an hexadecimal integer 
&HAARRGGBB where 
AA is the alpha component, 
RR the red component, 
GG the green component and 
BB the blue component.
The value of each component is in the range 0 to 255. Beware that 
AA is 0 for fully opaque colors and 
255 for fully transparent ones.
See also