Module console_engine::pixel

source ·
Expand description

Character and color management

Structs

Functions

  • Generate a pixel using a character
    Foreground color is always White.
    Background color is always black.
  • Generate a pixel using a character and a background color.
    Foreground color is always White.
  • Generate a pixel using a character, a foreground and background color
  • Generate a pixel using a character and a foreground color.
    Background color is always black.