ArcObjects Library Reference (Display)  

IHlsColor.Hue Property

The hue component of an IHlsColor (0-360).

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

Parameters

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

Product Availability

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

Description

Hue is the value of the hue component of a HlsColor object. The valid value range is 0-360.

See Also

IHlsColor Interface