Click or drag to resize
ColorManagementProfile Class
Describes an ICC (International Color Consortium), simple, or extended color profile.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.EffectsColorManagementProfile

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class ColorManagementProfile : IDisposable

The ColorManagementProfile type exposes the following members.

Constructors
  NameDescription
Public methodColorManagementProfile
Initializes a new instance of the ColorManagementProfile class using the specified color space.
Top
Properties
  NameDescription
Public propertyColorSpace
Gets the color space.
Public propertyExtendedColorSpace
[Win10_15063] Gets the extended color space.
Public propertyIccProfile
Gets the ICC color profile.
Public propertySimpleProfile
[Win10_15063] Gets the simple color profile description.
Public propertyType
Gets the type of the color profile.
Top
Methods
  NameDescription
Public methodStatic memberCreateCustom
Initializes a new instance of the ColorManagementProfile class using the specified ICC color profile.
Public methodStatic memberCreateExtended
[Win10_15063] Initializes a new instance of the ColorManagementProfile class using the specified ExtendedColorSpace.
Public methodStatic memberCreateSimple
[Win10_15063] Initializes a new instance of the ColorManagementProfile class using the specified ColorManagementSimpleProfile.
Public methodDispose
Releases all resources used by the ColorManagementProfile.
Public methodStatic memberIsSupported
Checks whether the specified type of color profile is supported on the specified device.
Top
See Also