1vga_setrgbcolor(3) Svgalib User Manual vga_setrgbcolor(3)
2
3
4
6 vga_setrgbcolor - set the current color
7
9 #include <vga.h>
10
11 void vga_setrgbcolor(int r, int g, int b);
12
13
15 Set the current color to RGB values r, g, and b, each in the range
16 0-255. Does not make sense in 256 or less color modes. Use vga_set‐
17 color(3) there. The color is used by vga_drawpixel(3) and vga_draw‐
18 line(3).
19
20 The fun(6) and vgatest(6) demos show the basic use of this function.
21
22
24 svgalib(7), vgagl(7), libvga.config(5), fun(6), vgatest(6), vga_draw‐
25 pixel(3), vga_drawline(3)
26
28 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
29 essen.de>. The exact source of the referenced function as well as of
30 the original documentation is unknown.
31
32 It is very likely that both are at least to some extent are due to Harm
33 Hanemaayer <H.Hanemaayer@inter.nl.net>.
34
35 Occasionally this might be wrong. I hereby asked to be excused by the
36 original author and will happily accept any additions or corrections to
37 this first version of the svgalib manual.
38
39
40
41Svgalib (>= 1.2.11) 27 July 1997 vga_setrgbcolor(3)