#include <kate.h>
| Data Fields | |
| unsigned char | r | 
| unsigned char | g | 
| unsigned char | b | 
| unsigned char | a | 
defines an RGBA color
| unsigned char kate_color::a | 
alpha component, 0 (fully transparent) to 255 (fully opaque)
| unsigned char kate_color::b | 
blue component, 0 (black) to 255 (full intensity)
| unsigned char kate_color::g | 
green component, 0 (black) to 255 (full intensity)
| unsigned char kate_color::r | 
red component, 0 (black) to 255 (full intensity)
 1.6.0
 1.6.0