crow/io/terminal-color.crow (source)

Resets any color.

reset string()

term-foreground-color enum

  • black
  • red
  • green
  • yellow
  • blue
  • purple
  • cyan
  • white

foreground string(a term-foreground-color)

String that when printed, will set the terminal's foreground color.

foreground string(red float64, green float64, blue float64)

String that when printed, will set the terminal's foreground color.

bold string()

String that when printed, will make text bold.