![]() |
Represents and provides the methods for the colour of a node.
Public Member Functions | |
void | reset () |
virtual std::string | __str__ () const override |
Public Attributes | |
int | r |
Get and set the red value of the node 0-255. | |
int | g |
Get and set the green value of the node 0-255. | |
QString | hex |
Get and set the hex value of the node in form #FFFFFF. | |
Protected Member Functions | |
void | validate () const override |
|
overridevirtual |
Converts the node into a string.
void OMC::Node_Colour::reset | ( | ) |
Resets the colour of the node back to its default value.