#include <GG/Base.h>
#include <boost/serialization/access.hpp>
#include <boost/serialization/nvp.hpp>
Go to the source code of this file.
Namespaces | |
namespace | GG |
Classes | |
struct | GG::Clr |
A simple 32-bit structure that can act as a packed 32-bit unsigned integer representation of a RGBA color, a vector of the four unsigned bytes that compose an RGBA color, or the individual unsigned bytes "a", "r", "g", and "b", each of which represents a color channel. More... | |
Functions | |
GG_API Clr | GG::FloatClr (float r_, float g_, float b_, float a_) |
GG_API bool | GG::operator== (const Clr &rhs, const Clr &lhs) |
GG_API bool | GG::operator!= (const Clr &rhs, const Clr &lhs) |
Definition in file Clr.h.