@@ -380,9 +380,9 @@ public static (SGR_4BitsColors color, bool bright) ParseSGR_4BitsColor(string s)
380380 /// 8- 15: high intensity colors (as in ESC [ 90–97 m, see SGR_4BitsColors bright)<br/>
381381 /// 16-231: 6 × 6 × 6 cube (216 colors): 16 + 36 × r + 6 × g + b (0 ≤ r, g, b ≤ 5)<br/>
382382 /// 232-255: grayscale from black to white in 24 steps</para>
383- /// <para>format is {n},0<=n< =255</para>
383+ /// <para>format is {n},0<=n< =255</para>
384384 /// </summary>
385- /// <param name="s">{n},0<=n< =255</param>
385+ /// <param name="s">{n},0<=n< =255</param>
386386 /// <returns>ansi seq</returns>
387387 public static string SGRF8 ( object o )
388388 {
@@ -412,9 +412,9 @@ public static string SGRF8(object o)
412412 /// <summary>
413413 /// set foreground color - 24 bits 'true color' (for 16 or 24 bits palette graphic cards)
414414 /// <para>parameters are red,green,blue luminosity from 0 to 255</para>
415- /// <para>format is: {r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</para>
415+ /// <para>format is: {r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</para>
416416 /// </summary>
417- /// <param name="s">{r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</param>
417+ /// <param name="s">{r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</param>
418418 /// <returns>ansi seq</returns>
419419 public static string SGRF24 ( object o )
420420 {
@@ -465,7 +465,7 @@ public static string SGRB(object o)
465465 /// set background color - 8 bits palette (256 colors)
466466 /// <para>0- 7: standard colors (as in ESC [ 30–37 m, see SGR_4BitsColors)<br/>
467467 /// 8- 15: high intensity colors (as in ESC [ 90–97 m, see SGR_4BitsColors bright)<br/>
468- /// 16-231: 6 × 6 × 6 cube (216 colors): 16 + 36 × r + 6 × g + b (0 ≤ r, g, b ≤ 5)<br/>
468+ /// 16-231: 6 × 6 × 6 cube (216 colors): 16 + 36 × r + 6 × g + b (0 <= r, g, b ≤ 5)<br/>
469469 /// 232-255: grayscale from black to white in 24 steps</para>
470470 /// </summary>
471471 /// <param name="n">palette color index</param>
@@ -478,9 +478,9 @@ public static string SGRB(object o)
478478 /// 8- 15: high intensity colors (as in ESC [ 90–97 m, see SGR_4BitsColors bright)<br/>
479479 /// 16-231: 6 × 6 × 6 cube (216 colors): 16 + 36 × r + 6 × g + b (0 ≤ r, g, b ≤ 5)<br/>
480480 /// 232-255: grayscale from black to white in 24 steps</para>
481- /// <para>format is {n},0<=n< =255</para>
481+ /// <para>format is {n},0<=n< =255</para>
482482 /// </summary>
483- /// <param name="s">{n},0<=n< =255</param>
483+ /// <param name="s">{n},0<=n< =255</param>
484484 /// <returns>ansi seq</returns>
485485 public static string SGRB8 ( object o )
486486 {
@@ -510,9 +510,9 @@ public static string SGRB8(object o)
510510 /// <summary>
511511 /// set background color - 24 bits 'true color' (for 16 or 24 bits palette graphic cards)
512512 /// <para>parameters are red,green,blue luminosity from 0 to 255</para>
513- /// <para>format is: {r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</para>
513+ /// <para>format is: {r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</para>
514514 /// </summary>
515- /// <param name="s">{r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</param>
515+ /// <param name="s">{r}:{g}:{b} 0<=r< =255 0<=g< =255 0<=b< =255</param>
516516 /// <returns>ansi seq</returns>
517517 public static string SGRB24 ( object o )
518518 {
0 commit comments