gstvideo.video_dither

Module for [VideoDither] class

Types 1

GstVideoDither provides implementations of several dithering algorithms that can be applied to lines of video pixels to quantize and dither them.

Fields
GstVideoDither * _cInstancePtr
bool owned
Methods
void * _cPtr()
void line(void * line, uint x, uint y, uint width)Dither width pixels starting from offset `x` in line using dither.
Constructors
this(void * ptr, Flag!"Take" take)