Namespace SadConsole.Effects
Classes
Blink
Switches between the normal foreground of a cell and a specified color for an amount of time, and then repeats.
BlinkGlyph
Switches between the glyph of a cell and a specified glyph for an amount of time, and then repeats.
Blinker
Blinks the foreground and background colors of a cell with the specified colors.
CellEffectBase
A base class for cell effects.
CodeEffect
Effect that runs code for the apply and update actions of an effect.
Delay
An effect that doesn't do anything except run the StartDelay timer. Usually used with the EffectSet effect.
EffectSet
Chains one effect after another.
EffectsManager
Effects manager for a text surface.
EffectsManager.ColoredGlyphEffectData
Represents a mapping of a single effect and associated cells.
EffectsManager.ColoredGlyphWithState
A glyph with its original state.
Fade
Fades both the background and foreground to separate colors.
Recolor
Recors the foreground or the background of a cell.
Interfaces
ICellEffect
The interface describing a cell effect