qb64-include/README.md
2022-05-10 22:48:29 +02:00

2 KiB

qb64-include

A collection of functions and sub routines.

atob.bm

ASCII to Base64 encoding

Bool.bi

A header file containing the constants "False" and "True"

btoa.bm

Base64 to ASCII decoding

ConsoleColor.bm

Change color of terminal text with escape sequences. If terminal emulator supports it, true color is possible.

Grayscale.bm

Convert an image to grayscale.

Lerp.bm

Computes the linear interpolation between two values by an amount between 0 and 1.

LoadHexPalette.bm

load an array of RGB colors stored as hexadecimal in a file.

Max.bm

Returns the larger of two numbers

Min.bm

Returns the smaller of two numbers

Negative.bm

Convert an image to the negative color.

NoFrame.bi

Start Windows program with no frame

SaveAnsi.bm

Save "Screen 0" to an .ans file.

SaveHexPalette

Save an array of colors to file

Solarize.bm

Solarize image

Truncate.bm

Truncate given value to a value between 0 and 255