Public Member Functions | |
Color3 () | |
Color3 (const String &name) | |
Color3 (const Color3 &c) | |
Color3 (Real rc, Real gc, Real bc) | |
~Color3 () | |
Color3 & | operator= (const Color3 &c) |
bool | operator== (const Color3 &c) const |
bool | equals (const Color3 &c, Real epsilon=consts::epsilon) const |
void | setZero () |
Color3 & | operator *= (Real s) |
Real * | c_array () |
Static Public Member Functions | |
Color3 | interpolate (const Color3 &c1, const Color3 &c2, Real t) |
Public Attributes | |
Real | r |
Real | g |
Real | b |
Static Protected Member Functions | |
Color3 | lookupColor (const String &name) |
Static Protected Attributes | |
ColorDatabaseEntry | colorDatabase [] |
|
Definition at line 37 of file Color3. References g. Referenced by interpolate(). |
|
Definition at line 38 of file Color3. References lookupColor(). |
|
|
|
Definition at line 40 of file Color3. References g. |
|
|
|
|
|
Definition at line 50 of file Color3. References b, base::equals(), g, and r. |
|
|
|
Referenced by Color3(). |
|
Definition at line 55 of file Color3. References base::abs(), and g. |
|
|
|
|
|
Definition at line 53 of file Color3. References g. |
|
Definition at line 63 of file Color3. Referenced by Color3(), gfx::Color4::Color4(), equals(), interpolate(), gfx::operator<<(), gfx::Color4::operator=(), operator=(), and operator==(). |
|
|
|
Definition at line 63 of file Color3. Referenced by Color3(), gfx::Color4::Color4(), equals(), interpolate(), operator *=(), gfx::operator<<(), gfx::Color4::operator=(), operator=(), operator==(), and setZero(). |
|
Definition at line 63 of file Color3. Referenced by Color3(), gfx::Color4::Color4(), equals(), interpolate(), gfx::operator<<(), gfx::Color4::operator=(), operator=(), and operator==(). |