|
From: Petr M. <mi...@ph...> - 2004-11-30 08:42:13
|
> plot "foo" with lines lt rgb "#DDFF00" > plot "bar" with lines lt rgb "goldenrod" There could be a new built-in routine hsv2rgb(h,s,v) that would do the RGB string by the given h,s,v by means of getcolor.c:HSV_2_RGB(). Similarly, cmy2rgb(c,m,y) ciexyz2rgb() yiq2rgb() Additionally, these routines could be used for testing the conversion employed via various 'set palette' models. --- PM |