componentChannels
書式
componentChannels
説明
カラーのチャンネルを格納した配列を示します。読み出しのみです。
?
1
2
var
str=app.activeDocument.componentChannels;
alert(str);
目次に戻る