CodeGlyphX logo
CodeGlyphX

API Reference

Enum

AsciiGradientType

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

Gradient styles for ANSI coloring.

Inheritance

  • Enum
  • AsciiGradientType

Usage

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

Values

public const AsciiGradientType Horizontal #

Left-to-right gradient.

Value: 0
public const AsciiGradientType Vertical #

Top-to-bottom gradient.

Value: 1
public const AsciiGradientType Diagonal #

Top-left to bottom-right gradient.

Value: 2
public const AsciiGradientType Radial #

Radial gradient from a center point.

Value: 3