Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / WicDitherType Enumeration

In This Topic
    WicDitherType Enumeration
    In This Topic
    Specifies the type of dither algorithm to apply when converting between pixel formats.
    Syntax
    'Declaration
     
    Public Enum WicDitherType 
       Inherits System.Enum
    public enum WicDitherType : System.Enum 
    Members
    MemberDescription
    DualSpiral4x4A 4x4 dual spiral dither algorithm.
    DualSpiral8x8An 8x8 dual spiral dither algorithm.
    ErrorDiffusionAn error diffusion algorithm.
    NoneA solid color algorithm without dither.
    Ordered16x16A 16x16 ordered dither algorithm.
    Ordered4x4A 4x4 ordered dither algorithm.
    Ordered8x8An 8x8 ordered dither algorithm.
    SolidA solid color algorithm without dither.
    Spiral4x4A 4x4 spiral dither algorithm.
    Spiral8x8An 8x8 spiral dither algorithm.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Windows.WicDitherType

    See Also