FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
flanterm_fb_char Struct Reference

Represents a character with its foreground and background colors. More...

#include <fb.h>

Collaboration diagram for flanterm_fb_char:
Collaboration graph

Public Attributes

uint32_t c
uint32_t fg
uint32_t bg

Detailed Description

Represents a character with its foreground and background colors.

Definition at line 57 of file fb.h.

Member Data Documentation

◆ bg

uint32_t flanterm_fb_char::bg

The background color.

Definition at line 60 of file fb.h.

◆ c

uint32_t flanterm_fb_char::c

The character code.

Definition at line 58 of file fb.h.

◆ fg

uint32_t flanterm_fb_char::fg

The foreground color.

Definition at line 59 of file fb.h.


The documentation for this struct was generated from the following file:
  • source/includes/fb.h