|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <RGBColorNames.h>
Public Attributes | |
| std::string | name |
| int | r |
| int | g |
| int | b |
Definition at line 35 of file RGBColorNames.h.
| int RGBNames::PEBL_RGB_Color_Names::b |
Definition at line 39 of file RGBColorNames.h.
Referenced by PColor::SetColorByName().
| int RGBNames::PEBL_RGB_Color_Names::g |
Definition at line 38 of file RGBColorNames.h.
Referenced by PColor::SetColorByName().
| std::string RGBNames::PEBL_RGB_Color_Names::name |
Definition at line 36 of file RGBColorNames.h.
Referenced by PColor::SetColorByName().
| int RGBNames::PEBL_RGB_Color_Names::r |
Definition at line 37 of file RGBColorNames.h.
Referenced by PColor::SetColorByName().