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