omni::drawing::color::operator<<
NAME

omni::drawing::color::operator<<

A member operator of omni::drawing::color

#include <omni/drawing/color.hpp>
friend std::wostream& omni::drawing::color::operator<<(std::wostream& s, const omni::drawing::color<BitDepth, RgbType, BitSize>& c)

SYNOPSIS

The std::wostream operator for this instance.

top

DESCRIPTION

Turns this instance into a string value, pushing it onto the stream.

top

RETURN VALUES

The stream value passed in.

top


PARAMETERS

s - The std::wostream value being written to. c - The instance object to be written to.

top