feather()
書式
selection.feather(単位付き値)
説明
選択範囲の周辺をぼかす範囲を指定します。パラメーターには数値のみ、もしくはUnitValueでの単位付き値を指定できます。
app.activeDocument.selection.feather(UnitValue("20px"));
目次に戻る