ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / DitherType Enumeration

In This Topic
    DitherType Enumeration
    In This Topic
    Specifies the type of dither algorithm to apply when converting between pixel formats.
    Syntax
    'Declaration
     
    Public Enum DitherType 
       Inherits System.Enum
    public enum DitherType : 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
             C1.Xaml.Bitmap.DitherType

    See Also