Fix hanging xml comment

This commit is contained in:
Thomas
2024-07-09 16:54:00 +01:00
parent ddaec2e689
commit c981eefed8

View File

@@ -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
{