TinyRaytracer 0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
RGB Class Reference

Public Member Functions

 RGB (double r, double g, double b)
 
bool operator== (const RGB &other) const
 
RGB operator- (const RGB &other) const
 
RGB operator* (const RGB &other) const
 

Public Attributes

double r = 0.0
 
double g = 0.0
 
double b = 0.0
 

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