ComponentOne Bitmap for UWP
DitherType Enumeration

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace : DitherType Enumeration
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

Reference

C1.Xaml.Bitmap Namespace