DitherMethod
Description:
[ CCode ( cprefix = "GST_VIDEO_DITHER_" , type_id = "gst_video_dither_method_get_type ()" ) ]
[ GIR ( name = "VideoDitherMethod" ) ]
public enum DitherMethod
Different dithering methods to use.
Content:
Enum values:
- BAYER - ordered dither using a bayer
pattern
- FLOYD_STEINBERG - Dither
with floyd-steinberg error diffusion
- NONE - no dithering
- SIERRA_LITE - Dither with Sierra
Lite error diffusion
- VERTERR - propagate rounding errors
downwards