SetAllocConsoleColor -- change allocated color (V10.0)
Synopsis
SetAllocConsoleColor(c, color)
Library
console
Platforms
Linux, macOS, Windows
Function
This function changes a color allocated using AllocConsoleColor().
You have to pass the color allocated by AllocConsoleColor() in the c parameter
and the new color in the color parameter (as an RGB color).