import { IColorComponent } from '../components/color/IColorComponent'; import { IGameObject } from '../gameobjects/IGameObject'; export declare function Tint(gameObject: T, color: number, multiply?: boolean): T; //# sourceMappingURL=Tint.d.ts.map