UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 87 B
export function SetGray(color, amount) { return color.set(amount, amount, amount); }