Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
colors.h
Go to the documentation of this file.
1#ifndef __COLORS_H__
2#define __COLORS_H__
3
4#include "config.h"
5#include <stdint.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif /* __cplusplus */
10
11int32_t a_Color_parse (const char *str, int32_t default_color, int *err);
12int32_t a_Color_vc(int32_t candidate, int32_t c1, int32_t c2, int32_t c3);
13
14#ifdef __cplusplus
15}
16#endif /* __cplusplus */
17
18#endif /* __COLORS_H__ */
int32_t a_Color_parse(const char *str, int32_t default_color, int *err)
Parse a color string.
Definition colors.c:258
int32_t a_Color_vc(int32_t candidate, int32_t c1, int32_t c2, int32_t c3)
Return a suitable "visited link" color.
Definition colors.c:344