rgb

書式

SolidColor.rgb

説明

SolidColorオブジェクトのRGBカラーを示します。読み出し、書き込みが可能です。
var color=SolidColor.rgb;
alert(color);
alert(color.red);

目次に戻る