Fcitx
Classes | Functions
color.h File Reference

Simple color class that represent a 64bit color. More...

#include <exception>
#include <ostream>
#include <string>
#include <fcitx-utils/fcitxutils_export.h>
#include <fcitx-utils/macros.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

struct  fcitx::ColorParseException
 
class  fcitx::Color
 Color class for handling color. More...
 

Functions

std::ostream & fcitx::operator<< (std::ostream &os, const Color &c)
 

Detailed Description

Simple color class that represent a 64bit color.

Definition in file color.h.