No description
  • QuickBASIC 100%
Find a file
2022-05-08 18:48:24 +02:00
.gitattributes Initial commit 2022-03-18 18:16:22 +01:00
bool.bi a start 2022-03-18 18:33:58 +01:00
consolecolor.bm a start 2022-03-18 18:33:58 +01:00
grayscale.bm a start 2022-03-18 18:33:58 +01:00
lerp.bm a start 2022-03-18 18:33:58 +01:00
LICENSE Initial commit 2022-03-18 18:16:22 +01:00
loadhexpalette.bm a start 2022-03-18 18:33:58 +01:00
max.bm a start 2022-03-18 18:33:58 +01:00
min.bm a start 2022-03-18 18:33:58 +01:00
negative.bm a start 2022-03-18 18:33:58 +01:00
noframe.bi a start 2022-03-18 18:33:58 +01:00
README.md Create README.md 2022-05-08 18:48:24 +02:00
saveansi.bm Added SaveAnsi 2022-05-06 18:36:17 +02:00
solarize.bm a start 2022-03-18 18:33:58 +01:00
truncate.bm a start 2022-03-18 18:33:58 +01:00

qb64-include

A collection of functions and sub routines.

Bool.bi

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

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.

Solarize.bm

Solarize image

Truncate.bm

Truncate given value to a value between 0 and 255