public final class CameraRawPackage extends XmpPackage
Represents Camera Raw schema.
namespaceUri, prefix, properties
Constructor and Description |
---|
CameraRawPackage()
Initializes a new instance of the
CameraRawPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Adds string property.
|
boolean |
getAutoBrightness()
Gets or sets AutoBrightness value.
|
boolean |
getAutoContrast()
Gets or sets AutoContrast value.
|
boolean |
getAutoExposure()
Gets or sets AutoExposure value.
|
boolean |
getAutoShadows()
Gets or sets AutoShadows value.
|
Integer |
getBlueHue()
Gets or sets BlueHue value.
|
Integer |
getBlueSaturation()
Gets or sets BlueSaturation.
|
Integer |
getBrightness()
Gets or sets Brightness.
|
String |
getCameraProfile()
Gets or sets CameraProfile.
|
Integer |
getChromaticAberrationB()
Gets or sets Chromatic Aberration, Fix Blue/Yellow Fringe setting.
|
Integer |
getChromaticAberrationR()
Gets or sets Chromatic Aberration, Fix Red/Cyan Fringe setting.
|
Integer |
getColorNoiseReduction()
Gets or sets Color Noise Reduction setting.
|
Integer |
getContrast()
Gets or sets Contrast setting.
|
int |
getCropUnits()
Gets or sets units for
CropWidth and CropHeight . |
Integer |
getGreenHue()
Gets or sets Green Hue setting.
|
Integer |
getGreenSaturation()
Gets or sets Green Saturation setting.
|
Integer |
getLuminanceSmoothing()
Gets or sets LuminanceSmoothing setting.
|
String |
getRawFileName()
Gets or sets file name for raw file (not a complete path).
|
Integer |
getRedHue()
Gets or sets Red Hue setting.
|
Integer |
getRedSaturation()
Gets or sets Red Saturation setting.
|
Integer |
getSaturation()
Gets or sets Saturation setting.
|
Integer |
getShadows()
Gets or sets Saturation setting.
|
Integer |
getShadowTint()
Gets or sets ShadowTint setting.
|
Integer |
getSharpness()
Gets or sets Sharpness setting.
|
Integer |
getTemperature()
Gets or sets Temperature setting.
|
Integer |
getTint()
Gets or sets Tint setting.
|
String |
getVersion()
Gets or sets version of Camera Raw plug-in.
|
Integer |
getVignetteAmount()
Gets or sets Vignette Amount setting.
|
Integer |
getVignetteMidpoint()
Gets or sets Vignetting Midpoint setting.
|
String |
getWhiteBalance()
Gets White Balance setting.
|
boolean |
hasCrop()
Gets or sets HasCrop value.
|
boolean |
hasSettings()
Gets or sets HasSettings value.
|
void |
setAutoBrightness(boolean value)
Gets or sets AutoBrightness value.
|
void |
setAutoContrast(boolean value)
Gets or sets AutoContrast value.
|
void |
setAutoExposure(boolean value)
Gets or sets AutoExposure value.
|
void |
setAutoShadows(boolean value)
Gets or sets AutoShadows value.
|
void |
setBlueHue(Integer value)
Gets or sets BlueHue value.
|
void |
setBlueSaturation(Integer value)
Gets or sets BlueSaturation.
|
void |
setBrightness(Integer value)
Gets or sets Brightness.
|
void |
setCameraProfile(String value)
Gets or sets CameraProfile.
|
void |
setChromaticAberrationB(Integer value)
Gets or sets Chromatic Aberration, Fix Blue/Yellow Fringe setting.
|
void |
setChromaticAberrationR(Integer value)
Gets or sets Chromatic Aberration, Fix Red/Cyan Fringe setting.
|
void |
setColorNoiseReduction(Integer value)
Gets or sets Color Noise Reduction setting.
|
void |
setContrast(Integer value)
Gets or sets Contrast setting.
|
void |
setCrop(boolean value)
Gets or sets HasCrop value.
|
void |
setCropUnits(int value)
Gets or sets units for
CropWidth and CropHeight . |
void |
setGreenHue(Integer value)
Gets or sets Green Hue setting.
|
void |
setGreenSaturation(Integer value)
Gets or sets Green Saturation setting.
|
void |
setLuminanceSmoothing(Integer value)
Gets or sets LuminanceSmoothing setting.
|
void |
setRawFileName(String value)
Gets or sets file name for raw file (not a complete path).
|
void |
setRedHue(Integer value)
Gets or sets Red Hue setting.
|
void |
setRedSaturation(Integer value)
Gets or sets Red Saturation setting.
|
void |
setSaturation(Integer value)
Gets or sets Saturation setting.
|
void |
setSettings(boolean value)
Gets or sets HasSettings value.
|
void |
setShadows(Integer value)
Gets or sets Saturation setting.
|
void |
setShadowTint(Integer value)
Gets or sets ShadowTint setting.
|
void |
setSharpness(Integer value)
Gets or sets Sharpness setting.
|
void |
setTemperature(Integer value)
Gets or sets Temperature setting.
|
void |
setTint(Integer value)
Gets or sets Tint setting.
|
void |
setVersion(String value)
Gets or sets version of Camera Raw plug-in.
|
void |
setVignetteAmount(Integer value)
Gets or sets Vignette Amount setting.
|
void |
setVignetteMidpoint(Integer value)
Gets or sets Vignetting Midpoint setting.
|
void |
setWhiteBalance(WhiteBalance whiteBalance)
Sets the white balance.
|
addValue, addValue, addValue, clear, containsKey, getGenericArray, getKeys, getKeyValueAsXml, getLangAlt, getNamespaceUri, getNodeType, getPrefix, getReal, getString, getStringArray, getXmlNamespace, getXmlValue, readByXmpKey, remove, setArray, setBoolValue, setDateValue, setIntValue, setLangAlt, setNullableInt, setRealValue, setStingArray, setTextValue, setXmpComplexTypeValue, setXmpTypeValue, setXmpValue
public CameraRawPackage()
Initializes a new instance of the CameraRawPackage
class.
public final boolean getAutoBrightness()
Gets or sets AutoBrightness value. When true, Brightness
is automatically adjusted.
true
if [automatic brightness]; otherwise, false
.public final void setAutoBrightness(boolean value)
Gets or sets AutoBrightness value. When true, Brightness
is automatically adjusted.
true
if [automatic brightness]; otherwise, false
.public final boolean getAutoContrast()
Gets or sets AutoContrast value. When true, "Contrast" is automatically adjusted.
Value:true
if [automatic contrast]; otherwise, false
.public final void setAutoContrast(boolean value)
Gets or sets AutoContrast value. When true, "Contrast" is automatically adjusted.
Value:true
if [automatic contrast]; otherwise, false
.public final boolean getAutoExposure()
Gets or sets AutoExposure value. When true, "Exposure" is automatically adjusted.
Value:true
if [automatic exposure]; otherwise, false
.public final void setAutoExposure(boolean value)
Gets or sets AutoExposure value. When true, "Exposure" is automatically adjusted.
Value:true
if [automatic exposure]; otherwise, false
.public final boolean getAutoShadows()
Gets or sets AutoShadows value. When true, "Shadows" is automatically adjusted.
Value:true
if [automatic shadows]; otherwise, false
.public final void setAutoShadows(boolean value)
Gets or sets AutoShadows value. When true, "Shadows" is automatically adjusted.
Value:true
if [automatic shadows]; otherwise, false
.public final Integer getBlueHue()
Gets or sets BlueHue value. Null if undefined.
Value: The blue hue.public final void setBlueHue(Integer value)
Gets or sets BlueHue value. Null if undefined.
Value: The blue hue.public final Integer getBlueSaturation()
Gets or sets BlueSaturation. Null if undefined.
Value: The blue saturation.public final void setBlueSaturation(Integer value)
Gets or sets BlueSaturation. Null if undefined.
Value: The blue saturation.public final Integer getBrightness()
Gets or sets Brightness. Null if undefined.
Value: The brightness.public final void setBrightness(Integer value)
Gets or sets Brightness. Null if undefined.
Value: The brightness.public final String getCameraProfile()
Gets or sets CameraProfile.
Value: The camera profile.public final void setCameraProfile(String value)
Gets or sets CameraProfile.
Value: The camera profile.public final Integer getChromaticAberrationB()
Gets or sets Chromatic Aberration, Fix Blue/Yellow Fringe setting. Null if undefined.
Value: The chromatic aberration B.public final void setChromaticAberrationB(Integer value)
Gets or sets Chromatic Aberration, Fix Blue/Yellow Fringe setting. Null if undefined.
Value: The chromatic aberration B.public final Integer getChromaticAberrationR()
Gets or sets Chromatic Aberration, Fix Red/Cyan Fringe setting. Null if undefined.
Value: The chromatic aberration r.public final void setChromaticAberrationR(Integer value)
Gets or sets Chromatic Aberration, Fix Red/Cyan Fringe setting. Null if undefined.
Value: The chromatic aberration r.public final Integer getColorNoiseReduction()
Gets or sets Color Noise Reduction setting. Range 0 to 100.
Value: The color noise reduction.public final void setColorNoiseReduction(Integer value)
Gets or sets Color Noise Reduction setting. Range 0 to 100.
Value: The color noise reduction.public final Integer getContrast()
Gets or sets Contrast setting. Range -50 to 100.
Value: The contrast.public final void setContrast(Integer value)
Gets or sets Contrast setting. Range -50 to 100.
Value: The contrast.public final int getCropUnits()
Gets or sets units for CropWidth
and CropHeight
.
public final void setCropUnits(int value)
Gets or sets units for CropWidth
and CropHeight
.
public final Integer getGreenHue()
Gets or sets Green Hue setting. Range -100 to 100.
Value: The green hue.public final void setGreenHue(Integer value)
Gets or sets Green Hue setting. Range -100 to 100.
Value: The green hue.public final Integer getGreenSaturation()
Gets or sets Green Saturation setting. Range -100 to 100.
Value: The green saturation.public final void setGreenSaturation(Integer value)
Gets or sets Green Saturation setting. Range -100 to 100.
Value: The green saturation.public final boolean hasCrop()
Gets or sets HasCrop value. When true, image has a cropping rectangle.
Value:true
if image has a cropping rectangle; otherwise, false
.public final void setCrop(boolean value)
Gets or sets HasCrop value. When true, image has a cropping rectangle.
Value:true
if image has a cropping rectangle; otherwise, false
.public final boolean hasSettings()
Gets or sets HasSettings value. When true, non-default camera raw settings.
Value:true
if image has non-default camera raw settings; otherwise, false
.public final void setSettings(boolean value)
Gets or sets HasSettings value. When true, non-default camera raw settings.
Value:true
if image has non-default camera raw settings; otherwise, false
.public final Integer getLuminanceSmoothing()
Gets or sets LuminanceSmoothing setting. Range 0 to 100.
Value: The luminance smoothing.public final void setLuminanceSmoothing(Integer value)
Gets or sets LuminanceSmoothing setting. Range 0 to 100.
Value: The luminance smoothing.public final String getRawFileName()
Gets or sets file name for raw file (not a complete path).
Value: The name of the raw file.public final void setRawFileName(String value)
Gets or sets file name for raw file (not a complete path).
Value: The name of the raw file.public final Integer getRedHue()
Gets or sets Red Hue setting. Range -100 to 100.
Value: The red hue.public final void setRedHue(Integer value)
Gets or sets Red Hue setting. Range -100 to 100.
Value: The red hue.public final Integer getRedSaturation()
Gets or sets Red Saturation setting. Range -100 to 100.
Value: The red saturation.public final void setRedSaturation(Integer value)
Gets or sets Red Saturation setting. Range -100 to 100.
Value: The red saturation.public final Integer getSaturation()
Gets or sets Saturation setting. Range -100 to 100.
Value: The saturation.public final void setSaturation(Integer value)
Gets or sets Saturation setting. Range -100 to 100.
Value: The saturation.public final Integer getShadows()
Gets or sets Saturation setting. Range 0 to 100.
Value: The shadows.public final void setShadows(Integer value)
Gets or sets Saturation setting. Range 0 to 100.
Value: The shadows.public final Integer getShadowTint()
Gets or sets ShadowTint setting. Range -100 to 100.
Value: The shadow tint.public final void setShadowTint(Integer value)
Gets or sets ShadowTint setting. Range -100 to 100.
Value: The shadow tint.public final Integer getSharpness()
Gets or sets Sharpness setting. Range 0 to 100.
Value: The sharpness.public final void setSharpness(Integer value)
Gets or sets Sharpness setting. Range 0 to 100.
Value: The sharpness.public final Integer getTemperature()
Gets or sets Temperature setting. Range 2000 to 50000.
Value: The temperature.public final void setTemperature(Integer value)
Gets or sets Temperature setting. Range 2000 to 50000.
Value: The temperature.public final Integer getTint()
Gets or sets Tint setting. Range -150 to 150.
Value: The tint.public final void setTint(Integer value)
Gets or sets Tint setting. Range -150 to 150.
Value: The tint.public final String getVersion()
Gets or sets version of Camera Raw plug-in.
Value: The version.public final void setVersion(String value)
Gets or sets version of Camera Raw plug-in.
Value: The version.public final Integer getVignetteAmount()
Gets or sets Vignette Amount setting. Range -100 to 100.
Value: The vignette amount.public final void setVignetteAmount(Integer value)
Gets or sets Vignette Amount setting. Range -100 to 100.
Value: The vignette amount.public final Integer getVignetteMidpoint()
Gets or sets Vignetting Midpoint setting. Range 0 to 100.
Value: The Vignette Midpoint.public final void setVignetteMidpoint(Integer value)
Gets or sets Vignetting Midpoint setting. Range 0 to 100.
Value: The Vignette Midpoint.public final String getWhiteBalance()
Gets White Balance setting. Use SetWhiteBalance
to set white balance value.
public void addValue(String key, String value)
Adds string property.
addValue
in class XmpPackage
key
- XMP metadata key.value
- XMP metadata value.public final void setWhiteBalance(WhiteBalance whiteBalance)
Sets the white balance.
whiteBalance
- The white balance.com.aspose.ms.System.ArgumentNullException
- WhiteBalance could not be null.Copyright © 2017. All rights reserved.