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

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

Syntax

C#
public ColorValue_xyY(
	float x,
	float y,
	float Y
)
Visual Basic
Public Sub New ( _
	x As Single, _
	y As Single, _
	Y As Single _
)
F#
new : 
        x:float32 * 
        y:float32 * 
        Y:float32 -> ColorValue_xyY

Parameters

x
Type: System..::..Single
Die x-Koordinate.
y
Type: System..::..Single
Die y-Koordinate.
Y
Type: System..::..Single
Der Helligkeitsanteil.

See Also