The OpenD Programming Language

XYZ.ComponentType

Type of the color components.

import std.experimental.color.xyz;
struct XYZ(F = float)
@safe pure nothrow @nogc
alias ComponentType = F

Meta