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 |