index

書式

gradientObject.index

説明

gradientコレクション内でのインデックス番号を返します。読み出し専用です。
var g=app.activeDocument.gradients;
alert(g[0].index);

目次に戻る