red
書式
RGBColorObject
.red
説明
RGBColorオブジェクトの赤(レッド)の値を示します。読み出し書き込みが可能です。
var item=app.activeDocument.pageItems[0]; alert(item.fillColor.red);
目次に戻る