Go to the source code of this file.
Functions |
| hls_to_rgb (int h, int l, int s, int *r, int *g, int *b) |
static | init_object_module () |
| rgb_to_hls (int r, int g, int b, int *h, int *l, int *s) |
pointer | RGB_TO_HLS (context *ctx, int n, argv) |
pointer | RGBHLS () |
pointer | RGBHLS (context *ctx, int n, argv) |
Variables |
static char * | rcsid = "@(#)$Id: RGBHLS.c,v 1.1.1.1 2003/11/20 07:46:30 eus Exp $" |
Function Documentation
hls_to_rgb |
( |
int |
h, |
|
|
int |
l, |
|
|
int |
s, |
|
|
int * |
r, |
|
|
int * |
g, |
|
|
int * |
b |
|
) |
| |
rgb_to_hls |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b, |
|
|
int * |
h, |
|
|
int * |
l, |
|
|
int * |
s |
|
) |
| |
Variable Documentation
char* rcsid = "@(#)$Id: RGBHLS.c,v 1.1.1.1 2003/11/20 07:46:30 eus Exp $" [static] |