1vga_white(3) Svgalib User Manual vga_white(3)
2
3
4
6 vga_white - return the color white in the current screen resolution
7
9 #include <vga.h>
10
11 int vga_white(void);
12
13
15 vga_white() returns the color white in the current screen resolution as
16 it would be set with vga_setcolor(3) or written directly into the
17 screen.
18
19 In high color modes it is always clear how white is set with vga_setrg‐
20 bcolor(3). In the other modes you need vga_white().
21
22 However, it only knows about the default palette. If you change it with
23 one of the palette functions the function will not know about it.
24
25
27 svgalib(7), vgagl(7), libvga.config(5), vga_init(3), vga_setmode(3),
28 vga_setpalette(3), vga_setpalvec(3), vga_getpalette(3), vga_get‐
29 palvec(3), vga_setcolor(3), vga_setrgbcolor(3), vga_setegacolor(3)
30
32 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
33 essen.de>. The exact source of the referenced function as well as of
34 the original documentation is unknown.
35
36 It is very likely that both are at least to some extent are due to Harm
37 Hanemaayer <H.Hanemaayer@inter.nl.net>.
38
39 Occasionally this might be wrong. I hereby asked to be excused by the
40 original author and will happily accept any additions or corrections to
41 this first version of the svgalib manual.
42
43
44
45Svgalib (>= 1.2.11) 27 July 1997 vga_white(3)