This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IShader Interface > IShader.ProcessR Method (ArcObjects .NET 10.5 SDK) |
Value range is between 0.0 and 1.0 inclusive
[Visual Basic .NET] Public Function ProcessR ( _ ByVal valueIn As Single _ ) As Single
[C#]
public float ProcessR (
float valueIn
);
[C++]
HRESULT ProcessR(
float valueIn,
float* valueOut
);
[C++]
Parameters valueIn [in] valueIn is a parameter of type float valueOut [out, retval] valueOut is a parameter of type float