CodeGlyphX logo
CodeGlyphX

API Reference

Class

AsciiGradientOptions

Namespace CodeGlyphX.Rendering.Ascii
Assembly CodeGlyphX
Modifiers sealed

Gradient settings for ANSI coloring.

Inheritance

  • Object
  • AsciiGradientOptions

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 AsciiGradientType Type { get; set; } #

Gradient type used for dark modules.

public Rgba32 StartColor { get; set; } #

Gradient start color.

public Rgba32 EndColor { get; set; } #

Gradient end color.

public Double CenterX { get; set; } #

Horizontal gradient center for radial mode (0-1).

public Double CenterY { get; set; } #

Vertical gradient center for radial mode (0-1).