#include <boost/serialization/access.hpp>
#include <boost/serialization/nvp.hpp>
Go to the source code of this file.
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". More... | |
Namespaces | |
namespace | GG |
Functions | |
Clr | GG::FloatClr (float r, float g, float b, float a) |
bool | GG::operator== (const Clr &rhs, const Clr &lhs) |
bool | GG::operator!= (const Clr &rhs, const Clr &lhs) |
Definition in file Clr.h.