WmfColorUsageEnum 枚举
ColorUsage 枚举指定设备无关
位图(DIB)中是否存在颜色表以及如何解释其值。
Module: aspose.imaging.fileformats.wmf.consts
Full Name: aspose.imaging.fileformats.wmf.consts.WmfColorUsageEnum
Members
| 成员名称 | 描述 |
|---|---|
| DIB_PAL_COLORS | 颜色表包含指向播放设备上下文中当前逻辑调色板的 16 位索引。 |
| DIB_PAL_INDICES | 不存在颜色表。DIB 中的像素是指向播放设备上下文中当前 逻辑调色板的索引。 |
| DIB_RGB_COLORS | 颜色表包含由 RGBQuad 对象(第 2.2.2.20 节)指定的 RGB 值。 |