rgb.hex
1.3.6で削除 #削除された関数
code:Lua
str = textmodule.rgb.hex(c)
モジュール
rgb
引数
table:_
変数 型 概要
1 c userdata RGBクラス
返り値
table:1
変数 型 概要
1 str string 16進数の値("0x000000" - "0xffffff")
概要
RGBクラスcの値を16進数(文字列)で取得する。