ColorManagementProfile Class |
Namespace: Microsoft.Graphics.Canvas.Effects
public sealed class ColorManagementProfile : IDisposable
The ColorManagementProfile type exposes the following members.
Name | Description | |
---|---|---|
ColorManagementProfile | Initializes a new instance of the ColorManagementProfile class using the specified color space. |
Name | Description | |
---|---|---|
ColorSpace | Gets the color space. | |
ExtendedColorSpace | [Win10_15063] Gets the extended color space. | |
IccProfile | Gets the ICC color profile. | |
SimpleProfile | [Win10_15063] Gets the simple color profile description. | |
Type | Gets the type of the color profile. |
Name | Description | |
---|---|---|
CreateCustom | Initializes a new instance of the ColorManagementProfile class using the specified ICC color profile. | |
CreateExtended | [Win10_15063] Initializes a new instance of the ColorManagementProfile class using the specified ExtendedColorSpace. | |
CreateSimple | [Win10_15063] Initializes a new instance of the ColorManagementProfile class using the specified ColorManagementSimpleProfile. | |
Dispose | Releases all resources used by the ColorManagementProfile. | |
IsSupported | Checks whether the specified type of color profile is supported on the specified device. |