The OpenD Programming Language

RGB8

24 bit RGB color type with 8 bits per channel.

import std.experimental.color;
alias RGB8 = RGB!("rgb", ubyte)

Meta