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 | IRgbColor Interface | IGrayColor Interface | IHsvColor Interface | IHlsColor Interface