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


IHsvColor.Hue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHsvColor Interface > IHsvColor.Hue Property
ArcGIS Developer Help

IHsvColor.Hue Property

The hue component of an IhsvColor (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(
  System.Int32* Hue
);
[C++]
Parameters
Hue [in]

Hue is a parameter of type long Hue [out, retval]
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 HsvColor object. The valid value range is 0-360.

See Also

IHsvColor Interface