VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorManagementDecodeSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    ColorManagementDecodeSettings Class Members
    In This Topic
    The following tables list the members exposed by ColorManagementDecodeSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    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.
    Public Methods
     NameDescription
    Public MethodReturns a ColorTransform that can be used for transforming colors from the source color format to the destination color format directly or through a series of color transforms.
    Public MethodOverloaded. Returns a that can be used for transforming colors from the source color format to the destination color format directly or through a series of color transforms.
    Public MethodReturns a ColorTransform that can be used for transforming colors from the source color format to the destination color format directly or through a series of color transforms.
    See Also