UNPKG

pixi.js

Version:

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

4 lines (3 loc) 337 B
import type { ICanvasRenderingContext2D } from '../../../../environment/canvas/ICanvasRenderingContext2D'; import type { ConvertedFillStyle } from '../../../graphics/shared/FillTypes'; export declare function getCanvasFillStyle(fillStyle: ConvertedFillStyle, context: ICanvasRenderingContext2D): string | CanvasGradient | CanvasPattern;