Hello everyone,
Wondering how I can "printf" or "cout" different combinations of colors and fonts using C/C++.
Basically want make a real time price list and parameters being displayed to terminal. It would be useless if it did not have some color scheme.
Since it's 2022, ANSI color codes is kinda bland boring.
I have done some research and only find answers based on using specific "ANSI Colors" to output colors to terminal.
Is it possible to use a custom specific or adjustable RGB color scheme?
I'm sure the ANSI color codes can be "hacked/modified" to adjust the colors and fonts, not sure how it could be done.
Maybe there are other methods...
Using FreeBSD 13.1 (Headless, no desktop enviroment).
Thanks.
Wondering how I can "printf" or "cout" different combinations of colors and fonts using C/C++.
Basically want make a real time price list and parameters being displayed to terminal. It would be useless if it did not have some color scheme.
Since it's 2022, ANSI color codes is kinda bland boring.
I have done some research and only find answers based on using specific "ANSI Colors" to output colors to terminal.
Is it possible to use a custom specific or adjustable RGB color scheme?
I'm sure the ANSI color codes can be "hacked/modified" to adjust the colors and fonts, not sure how it could be done.
Maybe there are other methods...
Using FreeBSD 13.1 (Headless, no desktop enviroment).
Thanks.