#include <config.h>
#include <stdio.h>
#include <math.h>
#include "gschem.h"
Go to the source code of this file.
Function Documentation
void x_color_init |
( |
void |
| ) |
|
- Function Documentation
Initialises the color maps to defaults.
Definition at line 48 of file x_color.c.
void x_color_free |
( |
void |
| ) |
|
- Function Documentation
- This function frees the colors from colormap along with black and white.
Definition at line 63 of file x_color.c.
void x_color_allocate |
( |
void |
| ) |
|
- Todo:
- Finish function documentation!!!
- Function Documentation
Definition at line 83 of file x_color.c.
GdkColor* x_get_color |
( |
int |
color | ) |
|
- Todo:
- Finish function documentation!!!
- Function Documentation
Definition at line 160 of file x_color.c.
GdkColor* x_get_darkcolor |
( |
int |
color | ) |
|
- Todo:
- Finish function documentation!!!
- Function Documentation
- Todo:
- this has to change... to the right code
Definition at line 177 of file x_color.c.
COLOR* x_color_lookup |
( |
int |
color | ) |
|
- Todo:
- Finish function documentation!!!
- Function Documentation
Definition at line 193 of file x_color.c.
COLOR* x_color_lookup_dark |
( |
int |
color | ) |
|
- Todo:
- Finish function documentation!!!
- Function Documentation
- Todo:
- this has to change... to the right code
Definition at line 210 of file x_color.c.
gchar* x_color_get_name |
( |
int |
index | ) |
|
- Todo:
- Finish function documentation!!!
- Function Documentation
Definition at line 227 of file x_color.c.
gboolean x_color_display_enabled |
( |
int |
index | ) |
|
Variable Documentation