The OpenD Programming Language

BGRA8

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

import std.experimental.color;
alias BGRA8 = RGB!("bgra", ubyte)

Meta