|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IColorCorrection
Provides access to members that control the Color Correction.
| Method Summary | |
|---|---|
short |
getCMYKCorrection(int dataType,
int index)
The Color Correction for the CMYK color model. |
short |
getLightness(int dataType)
The Lightness Value of the HLS Color Model. |
short |
getSaturation(int dataType)
The Saturation Value of the HLS Color Model. |
short |
getSupportedColorCorrections()
The dataType supported: 1 Total, 2 Raster, 4 Vector. |
short |
getUnderColorRemoval(int dataType)
The Undercolor Removal Value. |
void |
setCMYKCorrection(int dataType,
int index,
short val)
The Color Correction for the CMYK color model. |
void |
setLightness(int dataType,
short val)
The Lightness Value of the HLS Color Model. |
void |
setSaturation(int dataType,
short val)
The Saturation Value of the HLS Color Model. |
void |
setUnderColorRemoval(int dataType,
short val)
The Undercolor Removal Value. |
| Method Detail |
|---|
short getSupportedColorCorrections()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getLightness(int dataType)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLightness(int dataType,
short val)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)val - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getSaturation(int dataType)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSaturation(int dataType,
short val)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)val - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getUnderColorRemoval(int dataType)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUnderColorRemoval(int dataType,
short val)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)val - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getCMYKCorrection(int dataType,
int index)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)index - A com.esri.arcgis.output.esriCMYKIndex constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCMYKCorrection(int dataType,
int index,
short val)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.output.esriColorCorrectionDataType constant (in)index - A com.esri.arcgis.output.esriCMYKIndex constant (in)val - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||