#include "color.h"
Include dependency graph for colorprocs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | setColorScheme (char *s) |
int | colorxlate (char *str, gvcolor_t *color, color_type_t target_type) |
char * | canontoken (char *str) |
char* canontoken | ( | char * | str | ) |
int colorxlate | ( | char * | str, | |
gvcolor_t * | color, | |||
color_type_t | target_type | |||
) |
Definition at line 253 of file colxlate.c.
References hsvrgbacolor_t::a, hsvrgbacolor_t::b, C, color_s::cmyk, CMYK_BYTE, COLOR_INDEX, COLOR_MALLOC_FAIL, COLOR_OK, COLOR_STRING, COLOR_UNKNOWN, hsvrgbacolor_t::g, grealloc(), hsvrgbacolor_t::h, color_s::HSVA, HSVA_DOUBLE, MAX, MIN, hsvrgbacolor_t::name, NULL, hsvrgbacolor_t::r, color_s::rgba, color_s::RGBA, RGBA_BYTE, RGBA_DOUBLE, RGBA_WORD, color_s::rrggbbaa, hsvrgbacolor_t::s, color_s::type, color_s::u, and hsvrgbacolor_t::v.
void setColorScheme | ( | char * | s | ) |