[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Initialisiert eine neue Instanz von ARGBImage16-Klasse
mit Hilfe von vier Matrizen für die Farbkanäle.
Namespace: DynamicNode.Types.ImagingAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
C# |
---|
public ARGBImage16( Matrix<ushort> a, Matrix<ushort> r, Matrix<ushort> g, Matrix<ushort> b ) |
Visual Basic |
---|
Public Sub New ( _ a As Matrix(Of UShort), _ r As Matrix(Of UShort), _ g As Matrix(Of UShort), _ b As Matrix(Of UShort) _ ) |
F# |
---|
new : a:Matrix<uint16> * r:Matrix<uint16> * g:Matrix<uint16> * b:Matrix<uint16> -> ARGBImage16 |
Parameters
- a
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'UInt16>)>)>
Der Transparenz-Kanal.
- r
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'UInt16>)>)>
Der Rot-Kanal.
- g
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'UInt16>)>)>
Der Grün-Kanal.
- b
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'UInt16>)>)>
Der Blau-Kanal.