Skip to content

Latest commit

 

History

History
270 lines (226 loc) · 7.98 KB

console.md

File metadata and controls

270 lines (226 loc) · 7.98 KB

console

function console.format

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:2:1

function format(string message, string open, string close) returns string

function console.format_rgb

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:7:1

function format_rgb(string message, int r, int g, int b, string open, string close) returns string

function console.rgb

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:12:1

function rgb(string message, int r, int g, int b) returns string

function console.rgb_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:17:1

function rgb_background(string message, int r, int g, int b) returns string

function console.reset

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:22:1

function reset(string message) returns string

function console.bold

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:27:1

function bold(string message) returns string

function console.italic

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:32:1

function italic(string message) returns string

function console.underline

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:37:1

function underline(string message) returns string

function console.inverse

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:42:1

function inverse(string message) returns string

function console.hidden

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:47:1

function hidden(string message) returns string

function console.strikethrough

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:52:1

function strikethrough(string message) returns string

function console.black

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:57:1

function black(string message) returns string

function console.bright_black

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:62:1

function bright_black(string message) returns string

function console.gray

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:67:1

function gray(string message) returns string

function console.black_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:72:1

function black_background(string message) returns string

function console.bright_black_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:77:1

function bright_black_background(string message) returns string

function console.gray_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:82:1

function gray_background(string message) returns string

function console.red

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:87:1

function red(string message) returns string

function console.bright_red

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:92:1

function bright_red(string message) returns string

function console.red_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:97:1

function red_background(string message) returns string

function console.bright_red_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:102:1

function bright_red_background(string message) returns string

function console.green

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:107:1

function green(string message) returns string

function console.bright_green

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:112:1

function bright_green(string message) returns string

function console.green_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:117:1

function green_background(string message) returns string

function console.bright_green_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:122:1

function bright_green_background(string message) returns string

function console.yellow

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:127:1

function yellow(string message) returns string

function console.bright_yellow

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:132:1

function bright_yellow(string message) returns string

function console.yellow_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:137:1

function yellow_background(string message) returns string

function console.bright_yellow_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:142:1

function bright_yellow_background(string message) returns string

function console.blue

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:147:1

function blue(string message) returns string

function console.bright_blue

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:152:1

function bright_blue(string message) returns string

function console.blue_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:157:1

function blue_background(string message) returns string

function console.bright_blue_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:162:1

function bright_blue_background(string message) returns string

function console.magenta

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:167:1

function magenta(string message) returns string

function console.bright_magenta

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:172:1

function bright_magenta(string message) returns string

function console.magenta_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:177:1

function magenta_background(string message) returns string

function console.bright_magenta_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:182:1

function bright_magenta_background(string message) returns string

function console.cyan

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:187:1

function cyan(string message) returns string

function console.bright_cyan

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:192:1

function bright_cyan(string message) returns string

function console.cyan_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:197:1

function cyan_background(string message) returns string

function console.bright_cyan_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:202:1

function bright_cyan_background(string message) returns string

function console.white

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:207:1

function white(string message) returns string

function console.bright_white

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:212:1

function bright_white(string message) returns string

function console.white_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:217:1

function white_background(string message) returns string

function console.bright_white_background

Source: /home/runner/work/aspl/aspl/stdlib/console/colors.aspl:222:1

function bright_white_background(string message) returns string