Hue2ResourceRanges Property |
Gets the ranges of Hue/Saturation Adjustment Layer.
Ranges in PS can change names if range is changed, so we should work by index
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic ColorRangeHsl[] Ranges { get; }
Public ReadOnly Property Ranges As ColorRangeHsl()
Get
public:
property array<ColorRangeHsl^>^ Ranges {
array<ColorRangeHsl^>^ get ();
}
member Ranges : ColorRangeHsl[] with get
Property Value
Type:
ColorRangeHsl
The ranges.
See Also