UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 280 B
import AddColorMatrixEffectPropertiesBase from './AddColorMatrixEffectPropertiesBase.js'; var AddContrastProperties = function (gameObject) { AddColorMatrixEffectPropertiesBase(gameObject, 'contrast', 1); return gameObject; } export default AddContrastProperties;