VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransforms Class
Properties Methods SeeAlso
In This Topic
    ColorTransforms Class Members
    In This Topic
    The following tables list the members exposed by ColorTransforms.
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from CMYK to PCSXYZ using CIE illuminant D50.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from grayscale to PCSXYZ using gamma value 2.2.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from Gray to RGB.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from PCSLab to PCSXYZ using CIE illuminant D50.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from PCSXYZ to BGR using CIE illuminant D50.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from PCSXYZ to BGR using CIE illuminant D50 with optimized performance.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from PCSXYZ to grayscale using gamma value 2.2.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from PCSXYZ to PCSLab using CIE illuminant D50.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from PCSXYZ to sRGB using CIE illuminant D50.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from RGB to Gray using Average method.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from RGB to Gray using Lightness method.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from RGB to Gray using Luminosity method.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from sRGB to PCSXYZ using CIE illuminant D50.
    Public Propertystatic (Shared in Visual Basic)Gets a standard color transform from sRGB to PCSXYZ using CIE illuminant D50 with optimized performance.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns a chromatic adaptation transform from CIE XYZ color space with specified reference white to PCS XYZ color space with standard reference white D50.
    See Also