rgb()
RGBカラー値からUint32値に変換する。
書式:
variable
= rgb(
red
,
green
,
blue
)
Example:
print
rgb(
100, 100, 255
)