Support Board
Date/Time: Sat, 03 Jan 2026 02:05:32 +0000
Post From: ASCIL Colors
| [2024-11-11 14:04:23] |
| gcUserStudies - Posts: 119 |
|
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); ... |
