Obsctl::TUI::Anim
Constants
ASCII_LEVELS = ['.', '-', '=', '+', '*', '#']
BARS = ['▁', '▂', '▃', '▄', '▅', '▆', '▇', '█']
Instance methods
gradient_line(text : String, from : CryTUI::Color, to : CryTUI::Color, frame : UInt64, bold = false, alignment = CryTUI::Alignment::Left) : CryTUI::Line
SourceSplices one row of a spinner into a line the caller is already building. Spinners render themselves into a rectangle, but most of the places obsctl wants one are mid-sentence rather than in a pane of their own.