Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::HSVAColor |
This class implements a color defined by hue, saturation, value and alpha parameters. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef std::vector< HSVAColor > | Ocean::HSVAColors |
Definition of a vector holding rgba color objects. | |
Functions | |
std::ostream & | Ocean::operator<< (std::ostream &stream, const HSVAColor &hsvaColor) |
template<bool tActive> | |
MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &messageObject, const HSVAColor &hsvaColor) |
template<bool tActive> | |
MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &&messageObject, const HSVAColor &hsvaColor) |