ColorMap 类
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.imaging
Full Name: aspose.imaging.ColorMap
Constructors
| Name | 描述 |
|---|---|
| ColorMap() | 初始化 ColorMap 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| new_color | Color | r/w | 获取或设置要转换到的新 Color 结构。 |
| old_color | Color | r/w | 获取或设置要被转换的现有 Color 结构。 |
Constructor: ColorMap()
ColorMap()
初始化 ColorMap 类的新实例