The OpenD Programming Language

Lab.this

Construct a color from L*a*b* values.

struct Lab(F = float, alias whitePoint_ = (WhitePoint!F.D50))
@safe pure nothrow @nogc
this
(
F L
,
F a
,
F b
)

Meta