UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

16 lines (15 loc) 346 B
import { Filter } from '../Filter'; export interface BlendModeFilterOptions { source?: string; gpu?: { functions?: string; main?: string; }; gl?: { functions?: string; main?: string; }; } export declare class BlendModeFilter extends Filter { constructor(options: BlendModeFilterOptions); }