rofi
1.5.4
css-colors.h
Go to the documentation of this file.
1
#ifndef ROFI_INCLUDE_CSS_COLORS_H
2
#define ROFI_INCLUDE_CSS_COLORS_H
3
16
typedef
struct
CSSColor
17
{
19
char
*
name
;
21
uint8_t
b
,
g
,
r
,
a
;
22
}
CSSColor
;
23
27
extern
const
CSSColor
CSSColors
[];
31
extern
const
unsigned
int
num_CSSColors
;
32
/* @} */
33
#endif // ROFI_INCLUDE_CSS_COLORS_H
CSSColor
Definition:
css-colors.h:17
CSSColor::b
uint8_t b
Definition:
css-colors.h:21
CSSColor::r
uint8_t r
Definition:
css-colors.h:21
CSSColor::a
uint8_t a
Definition:
css-colors.h:21
num_CSSColors
const unsigned int num_CSSColors
Definition:
css-colors.c:154
CSSColor
struct CSSColor CSSColor
CSSColor::name
char * name
Definition:
css-colors.h:19
CSSColor::g
uint8_t g
Definition:
css-colors.h:21
CSSColors
const CSSColor CSSColors[]
Definition:
css-colors.c:3
include
css-colors.h
Generated by
1.8.18