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

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

Syntax

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

Parameters

x
Type: System..::..Single
Rot.
y
Type: System..::..Single
Grün.
z
Type: System..::..Single
Blau.

See Also