Skip to content

SadConsole.Effects

BlinkSwitches between the normal foreground of a cell and a specified color for an amount of time, and then repeats.
BlinkGlyphSwitches between the glyph of a cell and a specified glyph for an amount of time, and then repeats.
BlinkerBlinks the foreground and background colors of a cell with the specified colors.
CellEffectBaseA base class for cell effects.
CodeEffectEffect that runs code for the apply and update actions of an effect.
DelayAn effect that doesn’t do anything except run the StartDelay timer. Usually used with the EffectSet effect.
EffectSetChains one effect after another.
EffectsManagerEffects manager for a text surface.
EffectsManager.ColoredGlyphEffectDataRepresents a mapping of a single effect and associated cells.
EffectsManager.ColoredGlyphWithStateA glyph with its original state.
FadeFades both the background and foreground to separate colors.
RecolorRecors the foreground or the background of a cell.
ICellEffectThe interface describing a cell effect