[][src]Module console_engine::pixel

Character and color management

Structs

Pixel

Pixel structure

Functions

pxl

Generate a pixel using a character
Foreground color is always White.
Background color is always black.

pxl_bg

Generate a pixel using a character and a background color.
Foreground color is always White.

pxl_fbg

Generate a pixel using a character, a foreground and background color

pxl_fg

Generate a pixel using a character and a foreground color.
Background color is always black.