VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformWithWhitePoint Class / ColorTransformWithWhitePoint Constructor(String,ColorSpaceFormat,ColorSpaceFormat)
Syntax Requirements SeeAlso
In This Topic
ColorTransformWithWhitePoint Constructor(String,ColorSpaceFormat,ColorSpaceFormat)
In This Topic
Initializes a new instance of the ColorTransformWithWhitePoint class.
Syntax
'Declaration

Protected Function New( _
ByVal description
Description of the transform.
As System.String, _
ByVal sourceColorFormat
Format of source colors.
As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal destColorFormat
Format of destination colors.
As Vintasoft.Imaging.ColorSpaceFormat _
)

Parameters

description
Description of the transform.
sourceColorFormat
Format of source colors.
destColorFormat
Format of destination colors.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also