rgb()
指定された RGB カラーを Uint32 形式で返します。
文法:
variable
= rgb(
red
,
green
,
blue
)
用例:
print
rgb(
100, 100, 255
)