The OpenD Programming Language

RGBf32

Floating point RGB color type.

import std.experimental.color;
alias RGBf32 = RGB!("rgb", float)

Meta