remove

書式

swatchObject.remove()

説明

スウォッチを削除します。remove()メソッドに戻り値はありません。
var mySwatch = app.activeDocument.swatches[9];
mySwatch.remove();

目次に戻る