[]
WICBitmapDitherType
public enum BitmapDitherType
Name | Description |
---|---|
DualSpiral4x4 | WICBitmapDitherTypeDualSpiral4x4 |
DualSpiral8x8 | WICBitmapDitherTypeDualSpiral8x8 |
ErrorDiffusion | WICBitmapDitherTypeErrorDiffusion |
None | WICBitmapDitherTypeNone |
Ordered16x16 | WICBitmapDitherTypeOrdered16x16 |
Ordered4x4 | WICBitmapDitherTypeOrdered4x4 |
Ordered8x8 | WICBitmapDitherTypeOrdered8x8 |
Solid | WICBitmapDitherTypeSolid |
Spiral4x4 | WICBitmapDitherTypeSpiral4x4 |
Spiral8x8 | WICBitmapDitherTypeSpiral8x8 |