Gjsify LogoGjsify Logo

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

record

Hierarchy

  • VideoDither

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • free(): void
  • line(line: object, x: number, y: number, width: number): void
  • Dither width pixels starting from offset x in line using dither.

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

    Parameters

    • line: object

      pointer to the pixels of the line

    • x: number

      x coordinate

    • y: number

      y coordinate

    • width: number

      the width

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method