VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorManagementDecodeSettings Class / GetColorTransformUsingEmbeddedProfileMetadata(ColorSpaceFormat,ColorSpaceFormat,IccProfileMetadata) Method
Syntax Requirements SeeAlso
    GetColorTransformUsingEmbeddedProfileMetadata(ColorSpaceFormat,ColorSpaceFormat,IccProfileMetadata) Method (ColorManagementDecodeSettings)
    Returns a ColorTransform that can be used for transforming colors from the source color format to the destination color format directly or through a series of color transforms.
    Syntax

    Parameters

    sourceColorFormat
    Source color format.
    destColorFormat
    Destination color format.
    inputIccProfileMetadata
    Metadata node that stores an input ICC profile.

    Return Value

    A ColorTransform that can be used for transforming colors from sourceColorFormat to destColorFormat, or null if necessary transform was not found.
    Requirements

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

    See Also