Table of Contents

Constructor LabColor

Namespace
LMKit.Graphics.Primitives
Assembly
LM-Kit.NET.dll

LabColor(double, double, double)

Creates a CIELAB color from its three coordinates.

public LabColor(double l, double a, double b)

Parameters

l double
a double
b double
Share