Rumba C++ SDK
ImathColor.h File Reference
#include "ImathVec.h"
#include "half.h"

Go to the source code of this file.

Classes

class  Imath::Color3< T >
 
class  Imath::Color4< T >
 

Namespaces

 Imath
 

Typedefs

typedef Color3< float > Imath::Color3f
 
typedef Color3< half > Imath::Color3h
 
typedef Color3< unsigned char > Imath::Color3c
 
typedef Color3< half > Imath::C3h
 
typedef Color3< float > Imath::C3f
 
typedef Color3< unsigned char > Imath::C3c
 
typedef Color4< float > Imath::Color4f
 
typedef Color4< half > Imath::Color4h
 
typedef Color4< unsigned char > Imath::Color4c
 
typedef Color4< float > Imath::C4f
 
typedef Color4< half > Imath::C4h
 
typedef Color4< unsigned char > Imath::C4c
 
typedef unsigned int Imath::PackedColor
 

Functions

template<class T >
std::ostream & Imath::operator<< (std::ostream &s, const Color4< T > &v)
 
template<class S , class T >
Color4< T > Imath::operator* (S a, const Color4< T > &v)