colorValue
書式
tintObject
.colorValue
説明
tintオブジェクトのカラー値を示します。カラー値はr,g,b,αの配列になります。
var t=app.activeDocument.tints; alert(t[0].colorValue);
目次に戻る