The OpenD Programming Language

LCh.ComponentType

Type of the color components.

import std.experimental.color.lab;
struct LCh(F = float, alias whitePoint_ = (WhitePoint!F.D50))
@safe pure nothrow @nogc
alias ComponentType = F

Meta