This document is archived and information here might be outdated.  Recommended version.


IAlgorithmicColorRamp.ToColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IAlgorithmicColorRamp.ToColor Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

ToColor is the second color in a IAlgorithmicColorRamp.

See Also

IAlgorithmicColorRamp Interface | IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface

.NET Snippets

Create Gradient Fill Symbol

.NET Samples

Create a custom default raster catalog renderer (Code Files: CustomRasterCatalogRenderer_VBNET)

.NET Related Topics

How to make different types of colors and color ramps