Click or drag to resize

ColorTransform Class

Contains a color transform object and methods to convert from one colorspace to another using a ColorProfile.

Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.ColorManagementColorTransform

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class ColorTransform : IDisposable

The ColorTransform type exposes the following members.

Constructors
  NameDescription
Public methodColorTransform(ColorProfile, ColorProfile)
Initializes a new instance of ColorTransform specifying a source and destination %ColorProfile%.
Public methodColorTransform(ColorProfile, ColorProfile, RenderingIntent)
Initializes a new instance of ColorTransform specifying a source and destination %ColorProfile% and the rendering intent of the translation.
Public methodColorTransform(ColorProfile, ColorProfile, ColorProfile, RenderingIntent, RenderingIntent)
Initializes a new instance of ColorTransform specifying a source,. destination, and target %ColorProfile% and the rendering intents of the translation.
Top
Properties
  NameDescription
Public propertyBlackPointCompensation
Sets or gets a flag indicating whether or not black point compensation will be used
Top
Methods
  NameDescription
Public methodConvertColors Obsolete.
This method converts an array of colors using this ColorTransform .
Public methodConvertColorSpace
Returns a new image with a translated colorspace.
Public methodDispose
Clean up unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class can be used to translate the colorspace of images or colors. It is used by the controls to view CMYK images and when color management is enabled. See Atalasoft.Imaging.ColorManagement for more information.
See Also

Reference

Color Management in WinControls