ArcObjects Library Reference (Display)  

IRandomColorRamp.StartHue Property

The start hue (0-360).

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

Parameters

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

Product Availability

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

Description

StartHue is minimum hue any random color can be (0-360).

See Also

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