USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::Color Class Reference

This class is designed to serialize QColor in a human-readable form. More...

#include <Color.h>

Collaboration diagram for Isis::Color:
Collaboration graph

Static Public Member Functions

static QColor fromRGBAString (QString)
 
static QString toRGBAString (QColor)
 
static QRegExp colorRGBAFormat ()
 

Private Member Functions

 Color (const Color &)
 
Coloroperator= (const Color &)
 

Detailed Description

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.

Author
2012-08-?? Steven Lambright and Stuart Sides

Definition at line 19 of file Color.h.


The documentation for this class was generated from the following files: