SYSstraessleColor |
Top Previous Next |
Colour value determine. With this routine certain colour values can be determined from a colour table. Parametre idx (int) [IN] With idx the entry is selected in the table. Result (ULONG) [OUT] As a return value the value from the colour table is delivered. Declaration #include "basic.h"
ULONG DLLENTRY SYSstraessleColor ( int idx ); Constants STRAESSLE_COLOR_LIGHT_BLUE 2 STRAESSLE_COLOR_LIGHT_GREEN 3 STRAESSLE_COLOR_BROWN 4 STRAESSLE_COLOR_YELLOW 7 STRAESSLE_COLOR_PINK 8 STRAESSLE_COLOR_DARK_RED 9 STRAESSLE_COLOR_DARK_GREEN 10 STRAESSLE_COLOR_DARK_BLUE 12
|