The OpenD Programming Language

UV8

16 bit signed UV color type with 8 bits per channel.

import std.experimental.color;
alias UV8 = RGB!("rg", byte)

Meta