rgb()

Returns given RGB color in Uint32 format.

Syntax:
variable = rgb( red , green , blue )

Example:
print rgb( 100, 100, 255 )