API Reference
Class
AsciiGradientOptions
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.
Returned or exposed by
Accepted by parameters
Constructors
public AsciiGradientOptions() #Inherited Methods
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).