Vector.rgba

Get a reference to the first, second, third and fourth elements.

struct Vector(T, uint N)
static if(N >= 4)
alias rgba = xyzw

Meta