CodeGlyphX logo
CodeGlyphX

API Reference

Class

AsciiPaletteOptions

Namespace CodeGlyphX.Rendering.Ascii
Assembly CodeGlyphX
Modifiers sealed

Palette settings for ANSI coloring.

Inheritance

  • Object
  • AsciiPaletteOptions

Usage

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

Accepted by parameters

Constructors

Properties

public AsciiPaletteMode Mode { get; set; } #

Palette selection mode.

public Rgba32[] Colors { get; set; } #

Palette colors used for dark modules.

public Int32 Seed { get; set; } #

Seed used for random palette selection.