| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IShader
Access to members that allow a shader to process pixel channels.
| Method Summary | |
|---|---|
|  float | processB(float valueIn)Value range is between 0.0 and 1.0 inclusive | 
|  float | processG(float valueIn)Value range is between 0.0 and 1.0 inclusive | 
|  float | processR(float valueIn)Value range is between 0.0 and 1.0 inclusive | 
| Method Detail | 
|---|
float processR(float valueIn)
               throws IOException,
                      AutomationException
valueIn - The valueIn  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
float processG(float valueIn)
               throws IOException,
                      AutomationException
valueIn - The valueIn  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
float processB(float valueIn)
               throws IOException,
                      AutomationException
valueIn - The valueIn  (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 | ||||||||