color ~master (2020-04-14T12:21:13Z)
Home
Dub
Repo
Lab.this
std
experimental
color
lab
Lab
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
)
if
(
isFloatingPoint
!
F
)
Meta
Source
See Implementation
std
experimental
color
lab
Lab
aliases
ComponentType
ParentColor
constructors
this
functions
opBinary
opCast
opOpAssign
opUnary
perceptualDistance
manifest constants
whitePoint
static functions
convertColorImpl
variables
L
a
b
Construct a color from L*a*b* values.