import AddColorMatrixEffectPropertiesBase from './AddColorMatrixEffectPropertiesBase.js';
var AddKodachromeProperties = function (gameObject) {
AddColorMatrixEffectPropertiesBase(gameObject, 'kodachrome');
return gameObject;
}
export default AddKodachromeProperties;