mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Add xml comment
This commit is contained in:
@@ -38,6 +38,9 @@ public enum GradientDirection
|
||||
/// </summary>
|
||||
public class Gradient
|
||||
{
|
||||
/// <summary>
|
||||
/// The discrete colors that will make up the <see cref="Gradient"/>.
|
||||
/// </summary>
|
||||
public List<Color> Spectrum { get; private set; }
|
||||
private readonly bool _loop;
|
||||
private readonly List<Color> _stops;
|
||||
|
||||
Reference in New Issue
Block a user