VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement.Icc Namespace / IccProfile Class / GetDeviceToPcsTransform Methods / GetDeviceToPcsTransform() Method
Syntax Requirements SeeAlso
    GetDeviceToPcsTransform() Method (IccProfile)
    Returns a ColorTransform used for color transformation from the device color space to the profile connection space (PCS).
    Syntax
    'Declaration
    
    Public Overloads Function GetDeviceToPcsTransform() As Vintasoft.Imaging.ColorManagement.ColorTransform
    
    
     

    Return Value

    A ColorTransform that transforms colors from the device color space to the PCS color space.
    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