UNPKG

pixi-reactive

Version:

A library to help integrate PIXI into a React project

23 lines (22 loc) 781 B
export declare type EffectProps = { multiply?: boolean; enabled?: boolean; }; export declare type AmountValueEffect = EffectProps & { amount?: number; }; export declare type BrightnessEffectProps = AmountValueEffect; export declare type ColorToneProps = EffectProps & { desaturation: number; toned: number; lightColor: number; darkColor: number; }; export declare type ContrastEffectProps = AmountValueEffect; export declare type GreyScaleEffectProps = AmountValueEffect; export declare type HueEffectProps = EffectProps & { rotation?: number; }; export declare type NightEffectProps = AmountValueEffect; export declare type PredatorEffectProps = AmountValueEffect; export declare type SaturateEffectProps = AmountValueEffect;