VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement.Icc Namespace / IccProfile Class / GetDeviceToPcsTransform Methods / GetDeviceToPcsTransform() Method
Syntax Requirements SeeAlso
In This Topic
    GetDeviceToPcsTransform() Method (IccProfile)
    In This Topic
    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
    
    
    public Vintasoft.Imaging.ColorManagement.ColorTransform GetDeviceToPcsTransform()
    
    
    public: Vintasoft.Imaging.ColorManagement.ColorTransform* GetDeviceToPcsTransform()
    
    
    public:
    Vintasoft.Imaging.ColorManagement.ColorTransform^ GetDeviceToPcsTransform()

    Return Value

    A ColorTransform that transforms colors from the device color space to the PCS color space.
    Requirements

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

    See Also