|  | This document is archived and information here might be outdated. Recommended version. | 
The last color in the color ramp.
[Visual Basic .NET] Public Property ToColor As IColor
[C#] public IColor ToColor {get; set;}
[C++]
HRESULT get_ToColor(
  IColor** Color
);
[C++]
HRESULT put_ToColor(
  IColor* Color
);
[C++]
Parameters Color [out, retval]
Color is a parameter of type IColor** Color [in]
Color is a parameter of type IColor*
ToColor is the second color in a IAlgorithmicColorRamp.
IAlgorithmicColorRamp Interface | IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface