LogoPixi’VN
pixi-jsInterfaces

Interface: CanvasFilterCapable

Defined in: node_modules/pixi.js/lib/filters/CanvasFilterSystem.d.ts:12

Interface for filters that can supply a CSS filter string for Canvas2D.

Advanced

Methods

getCanvasFilterString()

> getCanvasFilterString(): string | null

Defined in: node_modules/pixi.js/lib/filters/CanvasFilterSystem.d.ts:14

Returns CSS filter string (e.g., 'blur(5px)') or null if not supported

Returns

string | null