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