gray
書式
SolidColor.gray
説明
SolidColorオブジェクトのグレーカラーを示します。読み出し、書き込みが可能です。
var color=SolidColor.gray; alert(color); alert(color.gray);
目次に戻る