VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformD65ToD50 Class / ColorTransformD65ToD50 Constructor(String,ColorSpaceFormat,ColorSpaceFormat)
Syntax Requirements SeeAlso
In This Topic
ColorTransformD65ToD50 Constructor(String,ColorSpaceFormat,ColorSpaceFormat)
In This Topic
Initializes a new instance of the ColorTransformD65ToD50 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