Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Classes | |
struct | _at_color |
Typedefs | |
typedef struct _at_color | at_color |
Functions | |
at_color * | at_color_new (guint8 r, guint8 g, guint8 b) |
at_color * | at_color_parse (const gchar *string, GError **err) |
at_color * | at_color_copy (const at_color *original) |
gboolean | at_color_equal (const at_color *c1, const at_color *c2) |
void | at_color_set (at_color *c1, guint8 r, guint8 g, guint8 b) |
unsigned char | at_color_luminance (const at_color *color) |
void | at_color_free (at_color *color) |
GType | at_color_get_type (void) |
Referenced by Inkscape::Trace::Autotrace::AutotraceTracingEngine::trace().
void at_color_free | ( | at_color * | color | ) |
GType at_color_get_type | ( | void | ) |
unsigned char at_color_luminance | ( | const at_color * | color | ) |
at_color * at_color_new | ( | guint8 | r, |
guint8 | g, | ||
guint8 | b | ||
) |
at_color * at_color_parse | ( | const gchar * | string, |
GError ** | err | ||
) |
void at_color_set | ( | at_color * | c1, |
guint8 | r, | ||
guint8 | g, | ||
guint8 | b | ||
) |