ColorRangeHslIsHueInSmallRange Method |
Determines whether hue in small range.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic bool IsHueInSmallRange(
double hue
)
Public Function IsHueInSmallRange (
hue As Double
) As Boolean
public:
bool IsHueInSmallRange(
double hue
)
member IsHueInSmallRange :
hue : float -> bool
Parameters
- hue
- Type: SystemDouble
The hue value.
Return Value
Type:
Booleantrue if hue in small range; otherwise,
false.
See Also