Fades the display to a given color. The color and amount of fade can be controlled.
Example
void Initialize() { // Fade the display 50% to white. Note that the Vector2i parameter is ignored // for ColorFade. RB.EffectSet(RB.Effect.ColorFade, 0.5f, Vector2i.zero, Color.white); }