UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 145 B
import { Saturate } from "./Saturate"; export function Desaturate(gameObject, multiply = false) { return Saturate(gameObject, -1, multiply); }