Loading TestV/Playgrounds/AllColor.cs +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ public class AllColor : IPlayground Mode.Lab => LabToRgb(LabSample(i, j, k, cpc)), _ => throw new ArgumentOutOfRangeException() }; AnsiConsole.Write(new Text(" ", new Style(null, new Color(r, g, b)))); AnsiConsole.Write(new Text(new string(' ', AnsiConsole.Profile.Width), new Style(null, new Color(r, g, b)))); } await Task.CompletedTask; } Loading Loading
TestV/Playgrounds/AllColor.cs +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ public class AllColor : IPlayground Mode.Lab => LabToRgb(LabSample(i, j, k, cpc)), _ => throw new ArgumentOutOfRangeException() }; AnsiConsole.Write(new Text(" ", new Style(null, new Color(r, g, b)))); AnsiConsole.Write(new Text(new string(' ', AnsiConsole.Profile.Width), new Style(null, new Color(r, g, b)))); } await Task.CompletedTask; } Loading