The OpenD Programming Language

xyY.ComponentType

Type of the color components.

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

Meta