Remove everything except gradient

This commit is contained in:
tznind
2024-07-07 10:18:28 +01:00
parent e80f61b171
commit cbcf4b5186
19 changed files with 65 additions and 2653 deletions

View File

@@ -1,4 +1,6 @@
namespace Terminal.Gui.TextEffects.Tests;
using Terminal.Gui.Drawing;
namespace Terminal.Gui.TextEffects.Tests;
public class GradientFillTests
{
@@ -9,8 +11,8 @@ public class GradientFillTests
// Define the colors of the gradient stops
var stops = new List<Color>
{
Color.FromRgb(255, 0, 0), // Red
Color.FromRgb(0, 0, 255) // Blue
new Color(255, 0, 0), // Red
new Color(0, 0, 255) // Blue
};
// Define the number of steps between each color