This document is archived and information here might be outdated. Recommended version. |
The algorithm used to ramp between the first and last colors.
[Visual Basic .NET] Public Property Algorithm As esriColorRampAlgorithm
[C#] public esriColorRampAlgorithm Algorithm {get; set;}
[C++]
HRESULT get_Algorithm(
esriColorRampAlgorithm Algorithm
);
[C++]
HRESULT put_Algorithm(
esriColorRampAlgorithm* Algorithm
);
[C++]
Parameters Algorithm [in]
Algorithm is a parameter of type esriColorRampAlgorithm Algorithm [out, retval]
Algorithm is a parameter of type esriColorRampAlgorithm*
Algorithm is the ramping algorithm used to create intermediate colors between the FromColor and the ToColor .