DitherType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum class DitherType
public enum DitherType
type DitherType =
Public Enum DitherType
- 继承
字段
| 名称 | 值 | 说明 |
|---|---|---|
| DualSpiral4x4 | 7 | |
| DualSpiral8x8 | 8 | |
| ErrorDiffusion | 9 | |
| None | 0 | |
| Ordered16x16 | 4 | |
| Ordered4x4 | 2 | |
| Ordered8x8 | 3 | |
| Solid | 1 | |
| Spiral4x4 | 5 | |
| Spiral8x8 | 6 |