[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_LCH(
	float l,
	float c,
	float h
)
Visual Basic
Public Sub New ( _
	l As Single, _
	c As Single, _
	h As Single _
)
F#
new : 
        l:float32 * 
        c:float32 * 
        h:float32 -> ColorValue_LCH

Parameters

l
Type: System..::..Single
Der Helligkeitsanteil.
c
Type: System..::..Single
Die Farbigkeit bzw. Sättigung (chromaticity).
h
Type: System..::..Single
Der Farbton (hue).

See Also