iPXE
Data Fields
ansicol_pair Struct Reference

An ANSI colour pair definition. More...

#include <ansicol.h>

Data Fields

uint8_t foreground
 Foreground colour index. More...
 
uint8_t background
 Background colour index. More...
 

Detailed Description

An ANSI colour pair definition.

Definition at line 63 of file ansicol.h.

Field Documentation

◆ foreground

uint8_t ansicol_pair::foreground

Foreground colour index.

Definition at line 65 of file ansicol.h.

Referenced by ansicol_define_pair(), and ansicol_set_pair().

◆ background

uint8_t ansicol_pair::background

Background colour index.

Definition at line 67 of file ansicol.h.

Referenced by ansicol_define_pair(), and ansicol_set_pair().


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