ArcObjects Library Reference (Carto)  

IAdvancedShader Interface

Access to members that allow a shader to process tiled bitmap information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method BeginUpdate Begin updating the shader.
Method EndUpdate End updating the shader.
Method ProcessB Value range is between 0.0 and 1.0 inclusive
Method ProcessG Value range is between 0.0 and 1.0 inclusive
Method ProcessR Value range is between 0.0 and 1.0 inclusive
Method Update Pass an image tile to the shader.

Inherited Interfaces

Interfaces Description
IShader Access to members that allow a shader to process pixel channels.