VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorManagementDecodeSettings Class
In This Topic
    ColorManagementDecodeSettings Class Properties
    In This Topic
    For a list of all properties of this type, see ColorManagementDecodeSettings.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether simple color transforms, such as channels order conversion or CMYK to RGB simple conversion, can be returned by calling GetColorTransform(ColorSpaceFormat,ColorSpaceFormat), GetColorTransformUsingEmbeddedProfileMetadata(ColorSpaceFormat,ColorSpaceFormat,IccProfileMetadata), or GetColorTransformUsingEmbeddedProfile(ColorSpaceFormat,ColorSpaceFormat,IccProfile) methods.
    Public PropertyGets available color transforms of this ColorManagementDecodeSettings.
    Public PropertyGets or sets a value indicating whether the class must construct thread-safely color transformations.
    Public PropertyGets or sets the IccProfile used as an input profile for CMYK images.
    Public PropertyGets or sets the IccProfile used as an input profile for grayscale images.
    Public PropertyGets or sets the IccProfile used as an input profile for RGB images.
    Public PropertyGets or sets the IccProfile used as an output profile for CMYK images.
    Public PropertyGets or sets the IccProfile used as an output profile for grayscale images.
    Public PropertyGets or sets the IccProfile used as an output profile for RGB images.
    Public PropertyGets or sets the rendering intent used in color transforms.
    Public PropertyGets or sets a value indicating whether black point compensation should be used.
    Public PropertyGets or sets a value indicating whether the color profile embedded in image should be used.
    See Also