libAlgAudio
v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
|
#include <Color.hpp>
Public Member Functions | |
ColorString (const ColorString &other) | |
ColorString (const std::string &s) | |
ColorString (const char *s) | |
ColorString (const Color &c) | |
operator Color () const | |
operator std::string () const | |
ColorString & | operator= (const ColorString &other) |
A ColorString is a textual representation for a color. When created, the string is looked up in the Theme map, and is processed according to the tags in the string. Afterwards it is cached so that further lookups are instantenous. This class provides a simple to use wrapper for seamlessly operatning on both RGB colors, as well as color strings.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |