This class is designed to serialize QColor in a human-readable form. More...
#include <Color.h>

Static Public Member Functions | |
| static QColor | fromRGBAString (QString) |
| Converts a QString to its QColor. | |
| static QString | toRGBAString (QColor) |
| Convert a QColor to its QString. | |
| static QRegExp | colorRGBAFormat () |
| Get the colorRGBAFormat. | |
This class is designed to serialize QColor in a human-readable form.
QColor provides no string conversions that include the alpha value (probably because argb and rgba both look the same and neither are standard). But encoding the colors using hex is worse than the non-standard conversion – so this class will convert to/from rgba.
|
static |
|
static |
Converts a QString to its QColor.
References colorRGBAFormat().
Referenced by Isis::ImageListActionWorkOrder::execute().
|
static |
Convert a QColor to its QString.
Referenced by Isis::ImageListActionWorkOrder::setupExecution().