VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransforms Class
In This Topic
    ColorTransforms Class Properties
    In This Topic
    For a list of all properties of this type, see 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.
    See Also