nextItem()

書式

swatchObject = swatchesObject.nextItem(swatchObject)

説明

nextItem()はパラメーターで指定された次のswatchオブジェクトを返します。
var s=app.activeDocument.swatches;
alert(s.nextItem(s[1]).name);

目次に戻る