id

書式

tintObject.id

説明

tintオブジェクトのIDを返します。読み出し専用です。
var t=app.activeDocument.tints;
alert(t[0].id);

目次に戻る