Details and Options
The parameters h, s, b, and a must all be between 0 and 1. Values of s, b, and a outside this range are clipped. Values of h outside this range are treated cyclically.
As h varies from 0 to 1, the color corresponding to ResourceFunction["DLMFHue"][h] runs through red, yellow, green, cyan, blue, magenta, and back to red again.
ResourceFunction["DLMFHue"][h] is equivalent to ResourceFunction["DLMFHue"][h,1,1].
The alternative forms ResourceFunction["DLMFHue"][{h,s,b}] and ResourceFunction["DLMFHue"][{h,s,b,a}] can also be used.
ResourceFunction["DLMFHue"][h,s,b,a] is equivalent to
Directive[ResourceFunction["DLMFHue"][h,s,b],Opacity[a]].
If no opacity has been specified, ResourceFunction["DLMFHue"][h,s,b] is equivalent to ResourceFunction["DLMFHue"][h,s,b,1].