Go to the source code of this file.
Namespaces | |
| namespace | scim |
Defines | |
| #define | SCIM_RGB_COLOR(RED, GREEN, BLUE) ((unsigned int)(((RED)<<16) + ((GREEN)<<8) + (BLUE))) |
| #define | SCIM_RGB_COLOR_RED(COLOR) ((unsigned int)((COLOR>>16) & 0x00ff)) |
| #define | SCIM_RGB_COLOR_GREEN(COLOR) ((unsigned int)((COLOR>>8) & 0x00ff)) |
| #define | SCIM_RGB_COLOR_BLUE(COLOR) ((unsigned int)((COLOR) & 0x00ff)) |
Provide class scim::Attribute to control the drawing effect of strings.
Definition in file scim_attribute.h.
1.3.6