The OpenD Programming Language

LA8

16 bit luminance + alpha color type with 8 bits per channel.

import std.experimental.color;
alias LA8 = RGB!("la", ubyte)

Meta