[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 ARGBImage-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 ARGBImage( Matrix<byte> a, Matrix<byte> r, Matrix<byte> g, Matrix<byte> b ) |
Visual Basic |
---|
Public Sub New ( _ a As Matrix(Of Byte), _ r As Matrix(Of Byte), _ g As Matrix(Of Byte), _ b As Matrix(Of Byte) _ ) |
F# |
---|
new : a:Matrix<byte> * r:Matrix<byte> * g:Matrix<byte> * b:Matrix<byte> -> ARGBImage |
Parameters
- a
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Byte>)>)>
Der Transparenz-Kanal.
- r
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Byte>)>)>
Der Rot-Kanal.
- g
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Byte>)>)>
Der Grün-Kanal.
- b
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Byte>)>)>
Der Blau-Kanal.