VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformSet Class / GetDirectColorTransform(ColorSpaceFormat,ColorSpaceFormat) Method
Syntax Requirements SeeAlso
In This Topic
GetDirectColorTransform(ColorSpaceFormat,ColorSpaceFormat) Method (ColorTransformSet)
In This Topic
Returns a ColorTransform that transforms directly from the first specified color format to the second specified color format.
Syntax

Parameters

sourceColorFormat
Source color format.
destColorFormat
Destination color format.

Return Value

A ColorTransform that transforms from sourceColorFormat to destColorFormat, or null if necessary transform was not found.
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