The OpenD Programming Language

RGBAf32

Floating point RGB + alpha color type.

import std.experimental.color;
alias RGBAf32 = RGB!("rgba", float)

Meta