The OpenD Programming Language

BGR8

24 bit BGR color type with 8 bits per channel.

import std.experimental.color;
alias BGR8 = RGB!("bgr", ubyte)

Meta