| Lexis
    1.1.0
    Vocabulary of events and shared objects for BBP and HBP software | 
 Inheritance diagram for lexis::render::Color:
 Inheritance diagram for lexis::render::Color: Collaboration diagram for lexis::render::Color:
 Collaboration diagram for lexis::render::Color:| Public Member Functions | |
| float | getRed () const | 
| void | setRed (float value) | 
| Set the Red value.  More... | |
| float | getGreen () const | 
| void | setGreen (float value) | 
| Set the Green value.  More... | |
| float | getBlue () const | 
| void | setBlue (float value) | 
| Set the Blue value.  More... | |
| Color (const float &redValue, const float &greenValue, const float &blueValue) | |
| Color (const Color &rhs) | |
| Color (Color &&rhs) noexcept | |
| Color (const ::zerobuf::Zerobuf &rhs) | |
| Color (::zerobuf::AllocatorPtr allocator) | |
| Color & | operator= (const Color &rhs) | 
| Color & | operator= (Color &&rhs) | 
| std::string | getSchema () const final | 
| std::string | getTypeName () const final | 
| ::zerobuf::uint128_t | getTypeIdentifier () const final | 
| size_t | getZerobufStaticSize () const final | 
| size_t | getZerobufNumDynamics () const final | 
| void | _parseJSON (const Json::Value &json) final | 
| void | _createJSON (Json::Value &json) const final | 
Definition at line 18 of file materialLUT.h.
| void lexis::render::Color::setBlue | ( | float | value | ) | 
Set the Blue value.
notifyChanged() is internally called after the change has been done.
| value | the Blue value | 
| void lexis::render::Color::setGreen | ( | float | value | ) | 
Set the Green value.
notifyChanged() is internally called after the change has been done.
| value | the Green value | 
| void lexis::render::Color::setRed | ( | float | value | ) | 
Set the Red value.
notifyChanged() is internally called after the change has been done.
| value | the Red value |