hsla

In CSS, the hsla function is simply in alias of rgb. You can specify an alpha to rgb, or omit it with rgba.

pure nothrow @nogc @safe
alias hsla = hsl

Meta