Enum WicBitmapDitherType
Namespace: JeremyAnsel.DirectX.WinCodec
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public enum WicBitmapDitherType : uint
Fields
Name | Description |
---|---|
WICBitmapDitherTypeDualSpiral4x4 | |
WICBitmapDitherTypeDualSpiral8x8 | |
WICBitmapDitherTypeErrorDiffusion | |
WICBitmapDitherTypeNone | |
WICBitmapDitherTypeOrdered16x16 | |
WICBitmapDitherTypeOrdered4x4 | |
WICBitmapDitherTypeOrdered8x8 | |
WICBitmapDitherTypeSolid | |
WICBitmapDitherTypeSpiral4x4 | |
WICBitmapDitherTypeSpiral8x8 |