|
Ray Tracer Common Project
Image rendering program based on the ray tracing technique.
|
This is the complete list of members for rt::color, including all inherited members.
| alpha() const | rt::color | inline |
| BLACK | rt::color | static |
| blue() const | rt::color | inline |
| BLUE | rt::color | static |
| color() | rt::color | |
| color(const color &c) | rt::color | |
| color(double r, double g, double b, double a=1.0) | rt::color | |
| GRAY | rt::color | static |
| green() const | rt::color | inline |
| GREEN | rt::color | static |
| map(SDL_PixelFormat *) const | rt::color | |
| operator uint32() const | rt::color | virtual |
| operator*(const color &c) const | rt::color | |
| operator*(double f) const | rt::color | |
| operator*=(const color &c) | rt::color | |
| operator*=(double f) | rt::color | |
| operator+(const color &c) const | rt::color | |
| operator+=(const color &c) | rt::color | |
| operator==(const color &c) const | rt::color | virtual |
| RED | rt::color | static |
| red() const | rt::color | inline |
| set_alpha(double a) | rt::color | inlinevirtual |
| set_blue(double b) | rt::color | inlinevirtual |
| set_green(double g) | rt::color | inlinevirtual |
| set_red(double r) | rt::color | inlinevirtual |
| WHITE | rt::color | static |
1.8.15