ColorMap Class
Summary: Defines a map for converting colors. Several methods of the ImageAttributes class adjust image colors by using a color-remap table, which is an array of ColorMap structures. Not inheritable.
Module: aspose.psd
Full Name: aspose.psd.ColorMap
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ColorMap() | Initializes a new instance of the ColorMap class |
Properties
Name | Type | Access | Description |
---|---|---|---|
new_color | Color | r/w | Gets or sets the new Color structure to which to convert. |
old_color | Color | r/w | Gets or sets the existing Color structure to be converted. |
Constructor: ColorMap()
ColorMap()
Initializes a new instance of the ColorMap class