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

    Return Value

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