Tint the display with a given color. The color and the intensity of the tint can be controlled.
Example
void Initialize() { // Tint the display 100% to green, drowning out other colors entirely. Note that the Vector2i // parameter is ignored for ColorTint. RB.EffectSet(RB.Effect.ColorTint, 1.0f, Vector2i.zero, Color.red); }