Oblivision
A simple UI library rendered directly from a pixel buffer
Loading...
Searching...
No Matches
src
colors.h
Go to the documentation of this file.
1
/*Copyright (c) 2023, Tristan Wellman*/
2
9
#ifndef RENDERER_COLORS_H
10
#define RENDERER_COLORS_H
11
21
#define RED 0xFF0011FF
22
#define ORANGE 0xFF9500FF
23
#define BLUE 0x0800FFFF
24
#define PURPLE 0xD900FFFF
25
#define CYAN 0x00FBFFFF
26
#define GREY 0x4A4A4AFF
27
#define BLACK 0x000000FF
28
#define WHITE 0xFFFFFFFF
36
#define WINBAR_BG 0x3e5b6aff
37
#define WIN_BG 0x627986ff
38
#define BG 0x00B7FFFF
43
#endif
Generated by
1.9.7