Class
Options for opening a camera RAW document. Base Class: OpenOptions
CameraRAWOpenOptions
Class
Property | Type | Access | Description |
---|---|---|---|
bitsPerChannel | BitsPerChannelType: BitsPerChannelType.ONE BitsPerChannelType.EIGHT BitsPerChannelType.SIXTEEN BitsPerChannelType.THIRTYTWO |
r/w | The number of bits per channel. |
blueHue | int | r/w | The blue hue of the shot. Range: -100 to 100. |
blueSaturation | int | r/w | The blue saturation of the shot. Range: -100 to 100. |
brightness | int | r/w | The brightness of the shot. Range: 0 to 150. |
chromaticAberrationBY | int | r/w | The chromatic aberration B/Y of the shot. Range: -100 to 100. |
chromaticAberrationRC | int | r/w | The chromatic aberration R/C of the shot. Range: -100 to 100. |
colorNoiseReduction | int | r/w | The color noise reduction of the shot. Range: 0 to 100. |
colorSpace | ColorSpaceType: ColorSpaceType.ADOBERGB ColorSpaceType.COLORMATCHRGB ColorSpaceType.PROPHOTORGB ColorSpaceType.SRGB |
r/w | The image color space. |
contrast | int | r/w | The constrast of the shot. Range: -50 to 100. |
exposure | number | r/w | The exposure of the shot. Range: -4.0 to 4.0. |
greenHue | int | r/w | The green hue of the shot. Range: -100 to 100. |
greenSaturation | int | r/w | The green saturation of the shot. Range: -100 to 100. |
luminanceSmoothing | int | r/w | The luminance smoothing of the shot. Range: 0 to 100. |
redHue | int | r/w | The red hue of the shot. Range: -100 to 100. |
redSaturation | int | r/w | The red saturation of the shot. Range: -100 to 100. |
resolution | number | r/w | The resolution of the document (in pixels per inch) |
saturation | int | r/w | The saturation of the shot. Range: -100 to 100. |
settings | CameraRAWSettingsType: CameraRAWSettingsType.CAMERA CameraRAWSettingsType.SELECTEDIMAGE CameraRAWSettingsType.CUSTOM |
r/w | The global settings for all Camera RAW options. (default: CameraRAWSettingsType.CAMERA) |
shadowTint | int | r/w | The shadow tint of the shot. Range: -100 to 100. |
shadows | int | r/w | The shadows of the shot. Range: 0 to 100. |
sharpness | int | r/w | The sharpness of the shot. Range: 0 to 100. |
size | CameraRAWSize: CameraRAWSize.MINIMUM CameraRAWSize.SMALL CameraRAWSize.MEDIUM CameraRAWSize.LARGE CameraRAWSize.EXTRALARGE CameraRAWSize.MAXIMUM |
r/w | The size of the new document. |
temperature | int | r/w | The temperature of the shot. Range: 2000 to 50000. |
tint | int | r/w | The tint of the shot. Range: -150 to 150. |
vignettingAmount | int | r/w | The vignetting amount of the shot. Range: -100 to 100. |
vignettingMidpoint | int | r/w | The vignetting mid point of the shot. Range: -100 to 100. |
whiteBalance | WhiteBalanceType: WhiteBalanceType.ASSHOT WhiteBalanceType.AUTO WhiteBalanceType.DAYLIGHT WhiteBalanceType.CLOUDY WhiteBalanceType.SHADE WhiteBalanceType.TUNGSTEN WhiteBalanceType.FLUORESCENT WhiteBalanceType.FLASH WhiteBalanceType.CUSTOM |
r/w | The white balance options for the image. |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |