The OpenD Programming Language

L8

8 bit luminance-only color type.

import std.experimental.color;
alias L8 = RGB!("l", ubyte)

Meta