[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz der Struktur ColorValue_RGB mit UInt16-Werten zwischen 0-65535. Die Werte werden auf 0-1 normalisiert.

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

Syntax

C#
public ColorValue_RGB(
	ushort r,
	ushort g,
	ushort b
)
Visual Basic
Public Sub New ( _
	r As UShort, _
	g As UShort, _
	b As UShort _
)
F#
new : 
        r:uint16 * 
        g:uint16 * 
        b:uint16 -> ColorValue_RGB

Parameters

r
Type: System..::..UInt16
Rot.
g
Type: System..::..UInt16
Grün.
b
Type: System..::..UInt16
Blau.

See Also