index

書式

swatchObject.index

説明

indexプロパティはswatchオブジェクト内でのインデックス番号が格納されています。
var s=app.activeDocument.swatches;
alert(s[1].index);

目次に戻る