System.toActualColor
機能/意味
Get the actual color of a color constant
タイプ
Systemクラス
のメソッド
構文
toActualColor(
color
)
引数
color
Specify a color constant (see ).
If a normal 0xRRGGBB format color is specified, the value will be returned as is.
戻り値
Returns the actual color represented by the specified color constant in 0xRRGGBB format.
説明
Converts color constants to actual colors and returns in 0xRRGGBB format.