This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAdvancedShader Interface (ArcObjects .NET 10.5 SDK) |
Access to members that allow a shader to process tiled bitmap information.
Description | ||
---|---|---|
BeginUpdate | Begin updating the shader. | |
EndUpdate | End updating the shader. | |
ProcessB | Value range is between 0.0 and 1.0 inclusive | |
ProcessG | Value range is between 0.0 and 1.0 inclusive | |
ProcessR | Value range is between 0.0 and 1.0 inclusive | |
Update | Pass an image tile to the shader. |
Interfaces | Description |
---|---|
IShader | Access to members that allow a shader to process pixel channels. |