UNPKG

@phaserjs/phaser

Version:
8 lines (7 loc) 272 B
import { ColorMatrixStack } from "./ColorMatrixStack"; export function SetDefaultColorMatrix(colorMatrix, colorOffset) { const entry = { colorMatrix, colorOffset }; ColorMatrixStack.stack[0] = entry; ColorMatrixStack.index = 0; ColorMatrixStack.default = entry; }