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 [out, retval]Algorithm is a parameter of type esriColorRampAlgorithm
Algorithm [in]Algorithm is a parameter of type esriColorRampAlgorithm
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Algorithm is the ramping algorithm used to create intermediate colors between the FromColor and the ToColor .