MicrOS
vga_color Union Reference

Color of one character. More...

#include <vga.h>

Public Attributes

vga_color_with_blink color_with_blink
 Uses to define color in blinking mode. More...
 
vga_color_without_blink color_without_blink
 Uses to define color in non blinking mode. More...
 
uint8_t value
 Uses to define color as value. More...
 

Detailed Description

Color of one character.

Union that defines color of one character and it's background. When you use blinking mode you should use color_with_blink field and when you use non blinking mode you should use color_without_blink field.

Member Data Documentation

◆ color_with_blink

vga_color_with_blink vga_color::color_with_blink

Uses to define color in blinking mode.

◆ color_without_blink

vga_color_without_blink vga_color::color_without_blink

Uses to define color in non blinking mode.

◆ value

uint8_t vga_color::value

Uses to define color as value.


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