The OpenD Programming Language

RGBX8

32 bit RGB color type with 8 bits per channel.

import std.experimental.color;
alias RGBX8 = RGB!("rgbx", ubyte)

Meta