[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 der Klasse ChromaticAdaption.
Namespace: DynamicNode.Types.ImagingAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
C# |
---|
public ChromaticAdaption( ChromaticAdaptionMethod method, Whitepoint from, Whitepoint to ) |
Visual Basic |
---|
Public Sub New ( _ method As ChromaticAdaptionMethod, _ from As Whitepoint, _ to As Whitepoint _ ) |
F# |
---|
new : method:ChromaticAdaptionMethod * from:Whitepoint * to:Whitepoint -> ChromaticAdaption |
Parameters
- method
- Type: DynamicNode.Types.Imaging..::..ChromaticAdaptionMethod
Die Methode, die zur Berechnung verwendet werden soll.
- from
- Type: DynamicNode.Types.Imaging..::..Whitepoint
Der aktuelle Weißpunkt des Farbsystems.
- to
- Type: DynamicNode.Types.Imaging..::..Whitepoint
Der Zielweißpunkt.