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 AutoBrightness value.
|
boolean |
getAutoContrast()
Gets AutoContrast value.
|
boolean |
getAutoExposure()
Gets AutoExposure value.
|
boolean |
getAutoShadows()
Gets AutoShadows value.
|
Integer |
getBlueHue()
Gets or sets BlueHue value.
|
Integer |
getBlueSaturation()
Gets or sets BlueSaturation.
|
Integer |
getBrightness()
Gets or sets Brightness.
|
String |
getCameraProfile()
Gets 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 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 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 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)
Sets AutoBrightness value.
|
void |
setAutoContrast(boolean value)
Sets AutoContrast value.
|
void |
setAutoExposure(boolean value)
Sets AutoExposure value.
|
void |
setAutoShadows(boolean value)
Sets AutoShadows value.
|
void |
setBlueHue(Integer value)
Sets BlueHue value.
|
void |
setBlueSaturation(Integer value)
Sets BlueSaturation.
|
void |
setBrightness(Integer value)
Sets Brightness.
|
void |
setCameraProfile(String value)
Sets CameraProfile.
|
void |
setChromaticAberrationB(Integer value)
Sets Chromatic Aberration, Fix Blue/Yellow Fringe setting.
|
void |
setChromaticAberrationR(Integer value)
Sets Chromatic Aberration, Fix Red/Cyan Fringe setting.
|
void |
setColorNoiseReduction(Integer value)
Sets Color Noise Reduction setting.
|
void |
setContrast(Integer value)
Sets Contrast setting.
|
void |
setCrop(boolean value)
Sets HasCrop value.
|
void |
setCropUnits(int value)
Sets units for
CropWidth and CropHeight . |
void |
setGreenHue(Integer value)
Sets Green Hue setting.
|
void |
setGreenSaturation(Integer value)
Sets Green Saturation setting.
|
void |
setLuminanceSmoothing(Integer value)
Sets LuminanceSmoothing setting.
|
void |
setRawFileName(String value)
Sets file name for raw file (not a complete path).
|
void |
setRedHue(Integer value)
Sets Red Hue setting.
|
void |
setRedSaturation(Integer value)
Sets Red Saturation setting.
|
void |
setSaturation(Integer value)
Sets Saturation setting.
|
void |
setSettings(boolean value)
Sets HasSettings value.
|
void |
setShadows(Integer value)
Sets Saturation setting.
|
void |
setShadowTint(Integer value)
Sets ShadowTint setting.
|
void |
setSharpness(Integer value)
Sets Sharpness setting.
|
void |
setTemperature(Integer value)
Sets Temperature setting.
|
void |
setTint(Integer value)
Sets Tint setting.
|
void |
setVersion(String value)
Sets version of Camera Raw plug-in.
|
void |
setVignetteAmount(Integer value)
Sets Vignette Amount setting.
|
void |
setVignetteMidpoint(Integer value)
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 AutoBrightness value. When true, Brightness
is automatically adjusted.
true
if [automatic brightness]; otherwise, false
.public final void setAutoBrightness(boolean value)
Sets AutoBrightness value. When true, Brightness
is automatically adjusted.
value
- true
if [automatic brightness]; otherwise, false
.public final boolean getAutoContrast()
Gets AutoContrast value. When true, "Contrast" is automatically adjusted.
true
if [automatic contrast]; otherwise, false
.public final void setAutoContrast(boolean value)
Sets AutoContrast value. When true, "Contrast" is automatically adjusted.
value
- true
if [automatic contrast]; otherwise, false
.public final boolean getAutoExposure()
Gets AutoExposure value. When true, "Exposure" is automatically adjusted.
true
if [automatic exposure]; otherwise, false
.public final void setAutoExposure(boolean value)
Sets AutoExposure value. When true, "Exposure" is automatically adjusted.
value
- true
if [automatic exposure]; otherwise, false
.public final boolean getAutoShadows()
Gets AutoShadows value. When true, "Shadows" is automatically adjusted.
true
if [automatic shadows]; otherwise, false
.public final void setAutoShadows(boolean value)
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.
public final void setBlueHue(Integer value)
Sets BlueHue value. Null if undefined.
value
- The blue hue.public final Integer getBlueSaturation()
Gets or sets BlueSaturation. Null if undefined.
public final void setBlueSaturation(Integer value)
Sets BlueSaturation. Null if undefined.
value
- The blue saturation.public final Integer getBrightness()
Gets or sets Brightness. Null if undefined.
public final void setBrightness(Integer value)
Sets Brightness. Null if undefined.
value
- The brightness.public final String getCameraProfile()
Gets CameraProfile.
public final void setCameraProfile(String value)
Sets CameraProfile.
value
- The camera profile.public final Integer getChromaticAberrationB()
Gets or sets Chromatic Aberration, Fix Blue/Yellow Fringe setting. Null if undefined.
public final void setChromaticAberrationB(Integer value)
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.
public final void setChromaticAberrationR(Integer value)
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.
public final void setColorNoiseReduction(Integer value)
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.
public final void setContrast(Integer value)
Sets Contrast setting. Range -50 to 100.
value
- The contrast.public final int getCropUnits()
Gets units for CropWidth
and CropHeight
.
public final void setCropUnits(int value)
Sets units for CropWidth
and CropHeight
.
value
- The crop units.public final Integer getGreenHue()
Gets or sets Green Hue setting. Range -100 to 100.
public final void setGreenHue(Integer value)
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.
public final void setGreenSaturation(Integer value)
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.
true
if image has a cropping rectangle; otherwise, false
.public final void setCrop(boolean value)
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.
true
if image has non-default camera raw settings; otherwise, false
.public final void setSettings(boolean value)
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.
public final void setLuminanceSmoothing(Integer value)
Sets LuminanceSmoothing setting. Range 0 to 100.
value
- The luminance smoothing.public final String getRawFileName()
Gets file name for raw file (not a complete path).
public final void setRawFileName(String value)
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.
public final void setRedHue(Integer value)
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.
public final void setRedSaturation(Integer value)
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.
public final void setSaturation(Integer value)
Sets Saturation setting. Range -100 to 100.
value
- The saturation.public final Integer getShadows()
Gets or sets Saturation setting. Range 0 to 100.
public final void setShadows(Integer value)
Sets Saturation setting. Range 0 to 100.
value
- The shadows.public final Integer getShadowTint()
Gets or sets ShadowTint setting. Range -100 to 100.
public final void setShadowTint(Integer value)
Sets ShadowTint setting. Range -100 to 100.
value
- The shadow tint.public final Integer getSharpness()
Gets or sets Sharpness setting. Range 0 to 100.
public final void setSharpness(Integer value)
Sets Sharpness setting. Range 0 to 100.
value
- The sharpness.public final Integer getTemperature()
Gets or sets Temperature setting. Range 2000 to 50000.
public final void setTemperature(Integer value)
Sets Temperature setting. Range 2000 to 50000.
value
- The temperature.public final Integer getTint()
Gets or sets Tint setting. Range -150 to 150.
public final void setTint(Integer value)
Sets Tint setting. Range -150 to 150.
value
- The tint.public final String getVersion()
Gets version of Camera Raw plug-in.
public final void setVersion(String value)
Sets version of Camera Raw plug-in.
value
- The version.public final Integer getVignetteAmount()
Gets or sets Vignette Amount setting. Range -100 to 100.
public final void setVignetteAmount(Integer value)
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.
public final void setVignetteMidpoint(Integer value)
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 © 2018. All rights reserved.