NAME
A member operator of omni::drawing::color
OVERLOADS
omni::drawing::color::operator<<
A member operator of omni::drawing::color
#include <omni/drawing/color.hpp>friend std::ostream& omni::drawing::color::operator<<(std::ostream& s, const omni::drawing::color<BitDepth, RgbType, BitSize>& c)OVERLOADS
friend std::wostream& omni::drawing::color::operator<<(std::wostream& s, const omni::drawing::color<BitDepth, RgbType, BitSize>& c)
PARAMETERS
top
s - The std::ostream value being written to. c - The instance object to be written to.
top