coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
palette Struct Reference

#include <vga.h>

Collaboration diagram for palette:
Collaboration graph

Data Fields

unsigned char red
 
unsigned char green
 
unsigned char blue
 

Detailed Description

Definition at line 9 of file vga.h.

Field Documentation

◆ blue

unsigned char palette::blue

Definition at line 12 of file vga.h.

◆ green

unsigned char palette::green

Definition at line 11 of file vga.h.

◆ red

unsigned char palette::red

Definition at line 10 of file vga.h.


The documentation for this struct was generated from the following file: