remove
書式
gradientStopObject
.remove()
説明
グラデーションのポイントを削除します。指定できるパラメーターや戻り値はありません。
app.activeDocument.gradients[0].gradientStops[0].remove();
目次に戻る