BGRA8

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

@safe pure nothrow @nogc
alias BGRA8 = RGB!("bgra", ubyte)

Meta