Name | Description | |
---|---|---|
![]() | ColorManagementDecodeSettings | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | ColorManagementDecodeSettings | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | AllowSimpleColorTransforms | Gets 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. |
![]() | ColorSpaceTransforms | Gets available color transforms of this ColorManagementDecodeSettings. |
![]() | ConstructThreadSafeColorTransforms | Gets or sets a value indicating whether the class must construct thread-safely color transformations. |
![]() | InputCmykProfile | Gets or sets the IccProfile used as an input profile for CMYK images. |
![]() | InputGrayscaleProfile | Gets or sets the IccProfile used as an input profile for grayscale images. |
![]() | InputRgbProfile | Gets or sets the IccProfile used as an input profile for RGB images. |
![]() | OutputCmykProfile | Gets or sets the IccProfile used as an output profile for CMYK images. |
![]() | OutputGrayscaleProfile | Gets or sets the IccProfile used as an output profile for grayscale images. |
![]() | OutputRgbProfile | Gets or sets the IccProfile used as an output profile for RGB images. |
![]() | RenderingIntent | Gets or sets the rendering intent used in color transforms. |
![]() | UseBlackPointCompensation | Gets or sets a value indicating whether black point compensation should be used. |
![]() | UseEmbeddedInputProfile | Gets or sets a value indicating whether the color profile embedded in image should be used. |
Name | Description | |
---|---|---|
![]() | GetColorTransform | Returns 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. |
![]() | GetColorTransformUsingEmbeddedProfile | Overloaded. Returns a |
![]() | GetColorTransformUsingEmbeddedProfileMetadata | Returns 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. |