bitsPerChannel

書式

bitsPerChannel

説明

色深度を示します。読み書き可能です。以下の表に示す値になります。

内容
BitsPerChannelType.EIGHT8ビット
BitsPerChannelType.ONE1ビット
BitsPerChannelType.SIXTEEN16ビット
BitsPerChannelType.THIRTYTWO32ビット
var n=app.activeDocument.bitsPerChannel;
alert(n);

目次に戻る