baseColor

書式

tintObject.baseColor

説明

tintオブジェクトのColorオブジェクトを示します。
var t=app.activeDocument.tints;
alert(t[0].baseColor.name);

目次に戻る