ColorRangeHsl.IsHueInBigRange

ColorRangeHsl.IsHueInBigRange method

Determines whether is hue in big range.

public bool IsHueInBigRange(double hue)
ParameterTypeDescription
hueDoubleThe hue value.

Return Value

true if hue in big range; otherwise, false.

See Also