Vector.rgb

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

struct Vector(T, uint N)
static if(N >= 3)
alias rgb = xyz

Meta