#include </msg/src/other/color.h>
Public Members | |||
![]() | ![]() | Color (float _r=0.0, float _g=0.0, float _b=0.0) | |
![]() | ![]() | float | R () const |
![]() | ![]() | float | G () const |
![]() | ![]() | float | B () const |
Static Public Members | |||
![]() | ![]() | Color | defaultAmbientLight |
![]() | ![]() | Color | defaultDiffuseLight |
![]() | ![]() | Color | defaultSpecularLight |
![]() | ![]() | Color | defaultAmbientMaterial |
![]() | ![]() | Color | defaultDiffuseMaterial |
![]() | ![]() | Color | defaultSpecularMaterial |
![]() | ![]() | Color | defaultEmissivityMaterial |
Private Members | |||
![]() | ![]() | float | r |
![]() | ![]() | float | g |
![]() | ![]() | float | b |
Friends | |||
![]() | ![]() | ostream& | operator<< ( ostream& out, const Color& lc ) |
MSG::Color::Color (float _r = 0.0, float _g = 0.0, float _b = 0.0) |
float MSG::Color::R () const |
float MSG::Color::G () const |
float MSG::Color::B () const |
ostream& operator<< (ostream & out, const Color & lc) [friend]
|
Color MSG::Color::defaultAmbientLight [static]
|
Color MSG::Color::defaultDiffuseLight [static]
|
Color MSG::Color::defaultSpecularLight [static]
|
Color MSG::Color::defaultAmbientMaterial [static]
|
Color MSG::Color::defaultDiffuseMaterial [static]
|
Color MSG::Color::defaultSpecularMaterial [static]
|
Color MSG::Color::defaultEmissivityMaterial [static]
|
float MSG::Color::r [private]
|
float MSG::Color::g [private]
|
float MSG::Color::b [private]
|