The OpenD Programming Language

RGBA8

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

import std.experimental.color;
alias RGBA8 = RGB!("rgba", ubyte)

Meta