Determine the image set of an image manager. More...
| Variables | |
| const short | SIZE_DEFAULT = 0 | 
| an image with default size. | |
| const short | SIZE_LARGE = 1 | 
| an image with large size. | |
| const short | SIZE_32 = 2 | 
| an image with size 32. | |
| const short | COLOR_NORMAL = 0 | 
| an image with normal colors. | |
| const short | COLOR_HIGHCONTRAST = 4 | 
| an image with high contrast colors. | |
Determine the image set of an image manager.
The constants describe bits in a bit field which determine the current image set of an image manager.
| const short COLOR_HIGHCONTRAST = 4 | 
an image with high contrast colors.
| const short COLOR_NORMAL = 0 | 
an image with normal colors.
| const short SIZE_32 = 2 | 
an image with size 32.
| const short SIZE_DEFAULT = 0 | 
an image with default size.
| const short SIZE_LARGE = 1 | 
an image with large size.