This document is archived and information here might be outdated. Recommended version. |
The color at the given index position. Call CreateRamp before calling this method.
[Visual Basic .NET] Public Function get_Color ( _ ByVal index As Integer _ ) As IColor
[C#] public IColor get_Color ( int index );
[C++]
HRESULT get_Color(
long index,
IColor** Color
);
[C++] Parameters index [in]
index is a parameter of type long Color [out, retval]
Color is a parameter of type IColor**