#include <GraphicsInterface.hpp>
Public Member Functions | |
set_color (const Color &color) | |
const Color & | color () const |
void | color (const Color &color) |
Friends | |
class | GraphicsInterface |
imaging::GraphicsInterface::set_color::set_color | ( | const Color & | color | ) | [inline] |
Passing this command to a graphics stream sets the current color to color.
const Color& imaging::GraphicsInterface::set_color::color | ( | ) | const [inline] |
Returns the color.
Referenced by imaging::OpenGlViewer::operator<<().
void imaging::GraphicsInterface::set_color::color | ( | const Color & | color | ) | [inline] |
Sets the color.