baseColor
書式
tintObject
.baseColor
説明
tintオブジェクトのColorオブジェクトを示します。
?
1
2
var
t=app.activeDocument.tints;
alert(t[0].baseColor.name);
目次に戻る