rgba

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

pure nothrow @nogc @safe
alias rgba = rgb

Meta