UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 186 B
import { PopColorMatrix } from "./PopColorMatrix"; export function PopColor(renderPass, color) { if (color.colorMatrixEnabled && color.willColorChildren) { PopColorMatrix(); } }