anyItem()
書式
swatchObject =
swatchesObject
.anyItem()
説明
anyItem()はいずれかのswatchオブジェクトを返します。返されるswatchオブジェクトはランダムです。指定できるパラメーターはありません。
var s=app.activeDocument.swatches; alert(s.anyItem().name);
目次に戻る