|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterShader
Access to members that allow a raster shader to process pixel channels.
Method Summary | |
---|---|
short |
getBrightness()
The brightness to be applied. |
short |
getContrast()
The contrast to be applied. |
double |
getGamma()
The gamma value to be applied. |
void |
setBrightness(short brightness)
The brightness to be applied. |
void |
setContrast(short contrast)
The contrast to be applied. |
void |
setGamma(double gamma)
The gamma value to be applied. |
Method Detail |
---|
void setBrightness(short brightness) throws IOException, AutomationException
brightness
- The brightness (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getBrightness() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContrast(short contrast) throws IOException, AutomationException
contrast
- The contrast (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getContrast() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGamma(double gamma) throws IOException, AutomationException
gamma
- The gamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGamma() throws IOException, AutomationException
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 |