Variable FiltersConst

Filters: {
    Blur: typeof Blur;
    Brighten: typeof Brighten;
    Contrast: typeof Contrast;
    Emboss: typeof Emboss;
    Enhance: typeof Enhance;
    Grayscale: typeof Grayscale;
    HSL: typeof HSL;
    HSV: typeof HSV;
    Invert: typeof Invert;
    Kaleidoscope: typeof Kaleidoscope;
    Mask: typeof Mask;
    Noise: typeof Noise;
    Pixelate: typeof Pixelate;
    Posterize: typeof Posterize;
    RGB: typeof RGB;
    RGBA: typeof RGBA;
    Sepia: typeof Sepia;
    Solarize: typeof Solarize;
    Threshold: typeof Threshold;
}

Type declaration

  • Blur: typeof Blur
  • Brighten: typeof Brighten
  • Contrast: typeof Contrast
  • Emboss: typeof Emboss
  • Enhance: typeof Enhance
  • Grayscale: typeof Grayscale
  • HSL: typeof HSL
  • HSV: typeof HSV
  • Invert: typeof Invert
  • Kaleidoscope: typeof Kaleidoscope
  • Mask: typeof Mask
  • Noise: typeof Noise
  • Pixelate: typeof Pixelate
  • Posterize: typeof Posterize
  • RGB: typeof RGB
  • RGBA: typeof RGBA
  • Sepia: typeof Sepia
  • Solarize: typeof Solarize
  • Threshold: typeof Threshold