iPXE
Data Fields
fbcon_colour_map Struct Reference

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...
 

Detailed Description

A frame buffer colour mapping.

Definition at line 75 of file fbcon.h.

Field Documentation

◆ red_scale

uint8_t fbcon_colour_map::red_scale

Red scale (right shift amount from 24-bit RGB)

Definition at line 77 of file fbcon.h.

Referenced by vesafb_set_mode().

◆ green_scale

uint8_t fbcon_colour_map::green_scale

Green scale (right shift amount from 24-bit RGB)

Definition at line 79 of file fbcon.h.

Referenced by vesafb_set_mode().

◆ blue_scale

uint8_t fbcon_colour_map::blue_scale

Blue scale (right shift amount from 24-bit RGB)

Definition at line 81 of file fbcon.h.

Referenced by vesafb_set_mode().

◆ red_lsb

uint8_t fbcon_colour_map::red_lsb

Red LSB.

Definition at line 83 of file fbcon.h.

Referenced by vesafb_set_mode().

◆ green_lsb

uint8_t fbcon_colour_map::green_lsb

Green LSB.

Definition at line 85 of file fbcon.h.

Referenced by vesafb_set_mode().

◆ blue_lsb

uint8_t fbcon_colour_map::blue_lsb

Blue LSB.

Definition at line 87 of file fbcon.h.

Referenced by vesafb_set_mode().


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