| 
    iceWing
    
   | 
 
#include <Grender.h>
Data Fields | |
| iwColtab | ctab | 
| int | r | 
| int | g | 
| int | b | 
| int | x | 
| int | y | 
| char * | text | 
ctab : Color table, supported are IW_YUV, IW_RGB, IW_BGR, IW_BW (only r is used), IW_INDEX and any other colortable (r is used as an index into the table)
 r, g, b: Color components, if -1 the corresponding channel is not changed for color images 
| iwColtab prevDataText::ctab | 
| int prevDataText::r | 
| int prevDataText::g | 
| int prevDataText::b | 
| int prevDataText::x | 
| int prevDataText::y | 
Position of anchor (default left upper edge) of displayed text
| char* prevDataText::text | 
The to be displayed text
 1.8.1