Inherits MLABVector3Field.
Public Slots | |
| QColor | colorValue () |
| QString | hexValue () |
| void | setColorValue (const QColor &color) |
| void | setHexValue (const QString &value) |
Field containing a RGB color
| QColor MLABColorField::colorValue | ( | ) | [slot] |
get the color
| QString MLABColorField::hexValue | ( | ) | [slot] |
returns the hex value in html format rrggbb
| void MLABColorField::setColorValue | ( | const QColor & | color | ) | [slot] |
set the color
| void MLABColorField::setHexValue | ( | const QString & | value | ) | [slot] |
set the hex value of the field in html format rrggbb
1.5.8