Blender V4.3
BLI_color.cc File Reference
#include "BLI_color.hh"
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  blender
 

Functions

std::ostream & blender::operator<< (std::ostream &stream, const eAlpha &space)
 
std::ostream & blender::operator<< (std::ostream &stream, const eSpace &space)
 
template<typename ChannelStorageType , eSpace Space, eAlpha Alpha>
std::ostream & blender::operator<< (std::ostream &stream, const ColorRGBA< ChannelStorageType, Space, Alpha > &c)
 
template std::ostream & blender::operator<< (std::ostream &stream, const ColorRGBA< float, eSpace::SceneLinear, eAlpha::Premultiplied > &c)
 
template std::ostream & blender::operator<< (std::ostream &stream, const ColorRGBA< float, eSpace::SceneLinear, eAlpha::Straight > &c)
 
template std::ostream & blender::operator<< (std::ostream &stream, const ColorRGBA< uint8_t, eSpace::SceneLinearByteEncoded, eAlpha::Premultiplied > &c)
 
template std::ostream & blender::operator<< (std::ostream &stream, const ColorRGBA< uint8_t, eSpace::SceneLinearByteEncoded, eAlpha::Straight > &c)