libkate 0.4.1
kate_color Struct Reference

#include <kate.h>

Data Fields

unsigned char r
 
unsigned char g
 
unsigned char b
 
unsigned char a
 

Detailed Description

defines an RGBA color

Field Documentation

◆ a

unsigned char kate_color::a

alpha component, 0 (fully transparent) to 255 (fully opaque)

◆ b

unsigned char kate_color::b

blue component, 0 (black) to 255 (full intensity)

◆ g

unsigned char kate_color::g

green component, 0 (black) to 255 (full intensity)

◆ r

unsigned char kate_color::r

red component, 0 (black) to 255 (full intensity)


The documentation for this struct was generated from the following file: