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