This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* StartHue
);
[C++]
Parameters StartHue [in]
StartHue is a parameter of type long StartHue [out, retval]
StartHue is a parameter of type long*
IRandomColorRamp Interface | IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface