Beispiel #1
0
 public override string ToString() =>
 $"{string.Join('\n', Values.Batch(width).Select(line => new string(line.Select(pixel => asciiGradient[(int)(((pixel / 2d) + 0.5d) * (asciiGradient.Length - 1))]).ToArray())))}\nLabel: {Label}";