Gjsify LogoGjsify Logo

Hierarchy

  • Sampler

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • Perform a sampling with the provided sampler.

    Parameters

    • x: number

      x coordinate to sample

    • y: number

      y coordinate to sample

    • scale: BufferMatrix2

      matrix representing extent of sampling area in source buffer.

    • output: object

      memory location for output data.

    • repeatMode: Gegl.AbyssPolicy

      how requests outside the buffer extent are handled. Valid values: GEGL_ABYSS_NONE (abyss pixels are zeroed), GEGL_ABYSS_WHITE (abyss pixels are white), GEGL_ABYSS_BLACK (abyss pixels are black), GEGL_ABYSS_CLAMP (coordinates are clamped to the abyss rectangle), GEGL_ABYSS_LOOP (buffer contents are tiled if outside of the abyss rectangle).

    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