GRASS Programmer's Manual
6.4.2(2012)
|
#include "cairodriver.h"
Go to the source code of this file.
Functions | |
void | Cairo_color (int color) |
int | Cairo_lookup_color (int r, int g, int b) |
Variables | |
int | previous_color = 0x7FFFFFFF |
void Cairo_color | ( | int | color | ) |
Definition at line 7 of file cairodriver/Color.c.
References b, cairo, CAIROCOLOR, g, G_debug(), previous_color, and r.
Referenced by Cairo_Driver().
int Cairo_lookup_color | ( | int | r, |
int | g, | ||
int | b | ||
) |
Definition at line 25 of file cairodriver/Color.c.
References G_debug().
Referenced by Cairo_Driver().
int previous_color = 0x7FFFFFFF |
Definition at line 5 of file cairodriver/Color.c.
Referenced by Cairo_color().