#include <iomanip>
#include "color.h"
Include dependency graph for color.cpp:
Namespaces | |
namespace | asr |
Functions | |
Color | asr::operator * (float s, const Color &c) |
Component-wise multiplication with scalar (mixed-mode). | |
std::ostream & | asr::operator<< (std::ostream &os, const Color &c) |
Write color values to an output stream in text format. |