CodeGlyphX logo
CodeGlyphX

API Reference

Enum

AsciiPaletteMode

Namespace CodeGlyphX.Rendering.Ascii
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Palette selection modes for ANSI coloring.

Inheritance

  • Enum
  • AsciiPaletteMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AsciiPaletteMode CycleRows #

Cycles palette entries per row.

Value: 0
public const AsciiPaletteMode CycleColumns #

Cycles palette entries per column.

Value: 1
public const AsciiPaletteMode CycleDiagonal #

Cycles palette entries along diagonals.

Value: 2
public const AsciiPaletteMode Random #

Randomizes palette entries per module.

Value: 3