MicrOS
|
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... | |
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.
vga_color_with_blink vga_color::color_with_blink |
Uses to define color in blinking mode.
vga_color_without_blink vga_color::color_without_blink |
Uses to define color in non blinking mode.
uint8_t vga_color::value |
Uses to define color as value.