2
0
Thomas 1 жил өмнө
parent
commit
c981eefed8

+ 3 - 1
Terminal.Gui/Drawing/Gradient.cs

@@ -34,7 +34,9 @@ public enum GradientDirection
 }
 
 /// <summary>
-/// Describes
+/// Describes a <see cref="Spectrum"/> of colors that can be combined
+/// to make a color gradient.  Use <see cref="BuildCoordinateColorMapping"/>
+/// to create into gradient fill area maps.
 /// </summary>
 public class Gradient
 {