The OpenD Programming Language

UVW8

24 bit signed UVW color type with 8 bits per channel.

import std.experimental.color;
alias UVW8 = RGB!("rgb", byte)

Meta