HoverRace  2.0
Classes | Namespaces | Macros | Functions | Variables
Color.h File Reference
#include "../Util/MR_Types.h"
#include "../Util/SelFmt.h"
+ Include dependency graph for Color.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  HoverRace::Display::Color
 

Namespaces

 HoverRace
 
 HoverRace::Display
 

Macros

#define MR_DllDeclare
 

Functions

MR_DllDeclare constexpr bool HoverRace::Display::operator!= (const Color &a, const Color &b) noexcept
 
std::ostream & HoverRace::Display::operator<< (std::ostream &os, const Color &c)
 
MR_DllDeclare constexpr bool HoverRace::Display::operator== (const Color &a, const Color &b) noexcept
 
std::istream & HoverRace::Display::operator>> (std::istream &is, Color &c)
 

Variables

constexpr Color HoverRace::Display::COLOR_BLACK { 0xff, 0x00, 0x00, 0x00 }
 
constexpr Color HoverRace::Display::COLOR_WHITE { 0xff, 0xff, 0xff, 0xff }
 

Macro Definition Documentation

#define MR_DllDeclare