ArcObjects Library Reference (Display)  

IRandomColorRamp.EndHue Property

The end hue (0-360).

[Visual Basic .NET]
Public Property EndHue As Integer
[C#]
public int EndHue {get; set;}
[C++]
HRESULT get_EndHue(
  long* EndHue
);
[C++]
HRESULT put_EndHue(
  long EndHue
);
[C++]

Parameters

EndHue [out, retval]   EndHue is a parameter of type long EndHue [in]   EndHue is a parameter of type long

Product Availability

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

Description

EndHue is maximum hue any random color can be (0-360).

See Also

IRandomColorRamp Interface | IHlsColor Interface | IRgbColor Interface | IHsvColor Interface | IGrayColor Interface

.NET Related Topics

Defining a renderer for a layer