|
iPXE
|
A frame buffer colour mapping. More...
#include <fbcon.h>
Data Fields | |
| uint8_t | red_scale |
| Red scale (right shift amount from 24-bit RGB) More... | |
| uint8_t | green_scale |
| Green scale (right shift amount from 24-bit RGB) More... | |
| uint8_t | blue_scale |
| Blue scale (right shift amount from 24-bit RGB) More... | |
| uint8_t | red_lsb |
| Red LSB. More... | |
| uint8_t | green_lsb |
| Green LSB. More... | |
| uint8_t | blue_lsb |
| Blue LSB. More... | |
| uint8_t fbcon_colour_map::red_scale |
Red scale (right shift amount from 24-bit RGB)
Definition at line 76 of file fbcon.h.
Referenced by vesafb_set_mode().
| uint8_t fbcon_colour_map::green_scale |
Green scale (right shift amount from 24-bit RGB)
Definition at line 78 of file fbcon.h.
Referenced by vesafb_set_mode().
| uint8_t fbcon_colour_map::blue_scale |
Blue scale (right shift amount from 24-bit RGB)
Definition at line 80 of file fbcon.h.
Referenced by vesafb_set_mode().
| uint8_t fbcon_colour_map::red_lsb |
| uint8_t fbcon_colour_map::green_lsb |
| uint8_t fbcon_colour_map::blue_lsb |
1.8.15