RGBA8

32 bit RGB + alpha color type with 8 bits per channel.

@safe pure nothrow @nogc
alias RGBA8 = RGB!("rgba", ubyte)

Meta