PBRT
Imath::Color3< T > Class Template Reference
Inheritance diagram for Imath::Color3< T >:
Imath::Vec3< T >

List of all members.

Public Member Functions

 Color3 (T a)
 Color3 (T a, T b, T c)
 Color3 (const Color3 &c)
template<class S >
 Color3 (const Vec3< S > &v)
const Color3operator= (const Color3 &c)
const Color3operator+= (const Color3 &c)
Color3 operator+ (const Color3 &c) const
const Color3operator-= (const Color3 &c)
Color3 operator- (const Color3 &c) const
Color3 operator- () const
const Color3negate ()
const Color3operator*= (const Color3 &c)
const Color3operator*= (T a)
Color3 operator* (const Color3 &c) const
Color3 operator* (T a) const
const Color3operator/= (const Color3 &c)
const Color3operator/= (T a)
Color3 operator/ (const Color3 &c) const
Color3 operator/ (T a) const

template<class T>
class Imath::Color3< T >


The documentation for this class was generated from the following file: