Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Examples  

QSGColor Class Reference

Color definition. More...

#include <qsgattr.h>

Inheritance diagram for QSGColor:

Inheritance graph
[legend]
List of all members.

Public Methods

 QSGColor ()
 QSGColor (unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255U)
const QSGColor & set (unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255U)

Public Attributes

unsigned char r
unsigned char g
unsigned char b
unsigned char a

Friends

bool operator== (const QSGColor &, const QSGColor &)
bool operator!= (const QSGColor &, const QSGColor &)
QString toQString (const QSGColor &a)
QSGColor toQSGColor (const QString &s)

Detailed Description

Color definition.

Author:
Kamil Dobkowski


Constructor & Destructor Documentation

QSGColor::QSGColor  
 

Creates a black color.


The documentation for this class was generated from the following file:
Generated on Mon Mar 18 19:16:46 2002 for KMatplot library by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002