[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz der Struktur ColorValue_Lab.

Namespace: DynamicNode.Types.Imaging
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public ColorValue_Lab(
	float l,
	float a,
	float b
)
Visual Basic
Public Sub New ( _
	l As Single, _
	a As Single, _
	b As Single _
)
F#
new : 
        l:float32 * 
        a:float32 * 
        b:float32 -> ColorValue_Lab

Parameters

l
Type: System..::..Single
Der Helligkeitsanteil.
a
Type: System..::..Single
Der Grün-Rot-Anteil.
b
Type: System..::..Single
Der Blau-Gelb-Anteil.

See Also