Class (GI Struct)

GstVideo-1.0GstVideoVideoDitherAbstract

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

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Dither width pixels starting from offset x in line using dither.

    y is the line number of line in the output image.

    Parameters

    • line: any

      pointer to the pixels of the line

    • x: number

      x coordinate

    • y: number

      y coordinate

    • width: number

      the width

    Returns void