Color
csgo.color
Constructor
csgo.color
container for RGBA color value
csgo.color( r, g, b, a )
Parameter
Data type
Description
r
integer
red value ( 0 - 255 )
g
integer
blue value ( 0 - 255 )
b
integer
green value ( 0 - 255 )
a
integer
alpha value ( 0 - 255 )
Last updated