Support Board
Date/Time: Sat, 01 Nov 2025 11:33:56 +0000
Post From: ASCIL Colors
| [2024-11-11 14:04:23] |
| User628480 - Posts: 114 |
|
Check out the file called "sccolors.h" under the ACS_Source directory. It has a list of color constants Example: // Color constants const int COLOR_ALICEBLUE = RGB_COLOR(240, 248, 255); const int COLOR_ANTIQUEWHITE = RGB_COLOR(250, 235, 215); const int COLOR_AQUA = RGB_COLOR(0, 255, 255); const int COLOR_AQUAMARINE = RGB_COLOR(127, 255, 212); ... |
