💻 TermColor User Manual
Namespaces | Classes | Enumerations
TermColor Namespace Reference

Classes

class  AnsiTermBuffer
 
interface  IColor
 
interface  ANSIColor
 
struct  ColorHSV
 
struct  ColorRGB
 
struct  Color4
 
struct  Color8
 
struct  Color24
 
class  DitherMapping
 
interface  ITerminalBuffer
 
class  MathUtils
 
class  Terminal
 
class  Win32TermBuffer
 

Enumerations

enum class  ColorMode { Plain4bit , Dither4bit , Plain8bit , Plain24bit }
 

Enumeration Type Documentation

◆ ColorMode

enum TermColor.ColorMode
strong
Enumerator
Plain4bit 

16 color mode.

Dither4bit 

16 color mode with dithering. Originally designed for DOS palette with the MS raster fonts. However, the Terminal.DitherPreset can be modified to work with different font and dithering characters.

Plain8bit 

256 color mode.

Plain24bit 

Truecolor mode.