RGBA8

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

alias RGBA8 = RGB!("rgba", ubyte)

Meta