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