ColorRangeHslHue Property |
Gets or sets the hue.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic short Hue { get; set; }
Public Property Hue As Short
Get
Set
public:
property short Hue {
short get ();
void set (short value);
}
member Hue : int16 with get, set
Property Value
Type:
Int16
The hue.
See Also