The OpenD Programming Language

BGRX8

32 bit BGR color type with 8 bits per channel.

import std.experimental.color;
alias BGRX8 = RGB!("bgrx", ubyte)

Meta