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


IAlgorithmicColorRamp.FromColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAlgorithmicColorRamp Interface > IAlgorithmicColorRamp.FromColor Property
ArcGIS Developer Help

IAlgorithmicColorRamp.FromColor Property

The first color in the color ramp.

[Visual Basic .NET]
Public Property FromColor As IColor
[C#]
public IColor FromColor {get; set;}
[C++]
HRESULT get_FromColor(
  IColor** Color
);
[C++]
HRESULT put_FromColor(
  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

FromColor is the first color in a IAlgorithmicColorRamp.

See Also

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

.NET Samples

Create a custom default raster catalog renderer