Value
Name | Description | Value |
---|---|---|
BitsPerChannelType.EIGHT | 8 bits per channel. | int 8 |
BitsPerChannelType.ONE | 1 bit per channel. | int 1 |
BitsPerChannelType.SIXTEEN | 16 bits per channel. | int 16 |
BitsPerChannelType.THIRTYTWO | 32 bits per channel. | int 32 |
Usage
In function
Document Documents.add ([width: UnitValue][, height: UnitValue][, resolution: number=72][, name: string][, mode: NewDocumentMode=NewDocumentMode.RGB][, initialFill: DocumentFill=DocumentFill.WHITE][, pixelAspectRatio: number=1.0][, bitsPerChannel: BitsPerChannelType=BitsPerChannelType.EIGHT][, colorProfileName: string])
As property
CameraRAWOpenOptions.bitsPerChannel
Document.bitsPerChannel
PDFOpenOptions.bitsPerChannel
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |