Classes | Public Member Functions | Private Attributes | List of all members
QwtSaturationValueColorMap Class Reference

QwtSaturationValueColorMap varies the saturation and/or value for a given hue in the HSV color model. More...

#include <qwt_color_map.h>

Inheritance diagram for QwtSaturationValueColorMap:
Inheritance graph
[legend]

Classes

class  PrivateData
 

Public Member Functions

int alpha () const
 
int hue () const
 
 QwtSaturationValueColorMap ()
 Constructor. More...
 
virtual QRgb rgb (const QwtInterval &, double value) const QWT_OVERRIDE
 
int saturation1 () const
 
int saturation2 () const
 
void setAlpha (int alpha)
 Set the the alpha coordinate. More...
 
void setHue (int hue)
 Set the the hue coordinate. More...
 
void setSaturationInterval (int sat1, int sat2)
 Set the interval for the saturation coordinate. More...
 
void setValueInterval (int value1, int value2)
 Set the interval for the value coordinate. More...
 
int value1 () const
 
int value2 () const
 
virtual ~QwtSaturationValueColorMap ()
 Destructor. More...
 
- Public Member Functions inherited from QwtColorMap
QColor color (const QwtInterval &, double value) const
 
virtual uint colorIndex (int numColors, const QwtInterval &interval, double value) const
 Map a value of a given interval into a color index. More...
 
virtual QVector< QRgb > colorTable (int numColors) const
 
virtual QVector< QRgb > colorTable256 () const
 
Format format () const
 
 QwtColorMap (Format=QwtColorMap::RGB)
 
void setFormat (Format)
 
virtual ~QwtColorMap ()
 Destructor. More...
 

Private Attributes

PrivateDatad_data
 

Additional Inherited Members

- Public Types inherited from QwtColorMap
enum  Format { RGB, Indexed }
 

Detailed Description

QwtSaturationValueColorMap varies the saturation and/or value for a given hue in the HSV color model.

Value and saturation are in the range of 0 to 255 while hue is inthe range of 0 to 259.

See also
QwtHueColorMap

Definition at line 211 of file qwt_color_map.h.

Constructor & Destructor Documentation

QwtSaturationValueColorMap::QwtSaturationValueColorMap ( )

Constructor.

The value interval is initialized by 0 to 255, saturation by 255 to 255. Hue to 0 and alpha to 255.

So the default setting interpolates the value coordinate only.

See also
setHueInterval(), setSaturation(), setValue(), setValue()

Definition at line 972 of file qwt_color_map.cpp.

QwtSaturationValueColorMap::~QwtSaturationValueColorMap ( )
virtual

Destructor.

Definition at line 978 of file qwt_color_map.cpp.

Member Function Documentation

int QwtSaturationValueColorMap::alpha ( ) const
Returns
Alpha coordinate
See also
setAlpha()

Definition at line 1127 of file qwt_color_map.cpp.

int QwtSaturationValueColorMap::hue ( ) const
Returns
Hue coordinate
See also
setHue()

Definition at line 1082 of file qwt_color_map.cpp.

QRgb QwtSaturationValueColorMap::rgb ( const QwtInterval interval,
double  value 
) const
virtual

Map a value of a given interval into a RGB value

Parameters
intervalRange for all values
valueValue to map into a RGB value
Returns
RGB value for value

Implements QwtColorMap.

Definition at line 1140 of file qwt_color_map.cpp.

int QwtSaturationValueColorMap::saturation1 ( ) const
Returns
First saturation coordinate
See also
setSaturationInterval()

Definition at line 1091 of file qwt_color_map.cpp.

int QwtSaturationValueColorMap::saturation2 ( ) const
Returns
Second saturation coordinate
See also
setSaturationInterval()

Definition at line 1100 of file qwt_color_map.cpp.

void QwtSaturationValueColorMap::setAlpha ( int  alpha)

Set the the alpha coordinate.

alpha needs to be in the range 0 to 255, where 255 means opaque and 0 means transparent.

Parameters
alphaAlpha coordinate
See also
alpha()

Definition at line 1067 of file qwt_color_map.cpp.

void QwtSaturationValueColorMap::setHue ( int  hue)

Set the the hue coordinate.

Hue coordinates ouside 0 to 359 will be interpreted as hue % 360..

Parameters
hueHue coordinate
See also
hue()

Definition at line 992 of file qwt_color_map.cpp.

void QwtSaturationValueColorMap::setSaturationInterval ( int  saturation1,
int  saturation2 
)

Set the interval for the saturation coordinate.

When saturation1 == saturation2 the map interpolates between the value coordinates only

saturation1/saturation2 need to be in the range 0 to 255.

Parameters
saturation1First saturation
saturation2Second saturation
See also
saturation1(), saturation2(), setValueInterval()

Definition at line 1016 of file qwt_color_map.cpp.

void QwtSaturationValueColorMap::setValueInterval ( int  value1,
int  value2 
)

Set the interval for the value coordinate.

When value1 == value2 the map interpolates between the saturation coordinates only.

value1/value2 need to be in the range 0 to 255.

Parameters
value1First value
value2Second value
See also
value1(), value2(), setSaturationInterval()

Definition at line 1043 of file qwt_color_map.cpp.

int QwtSaturationValueColorMap::value1 ( ) const
Returns
First value coordinate
See also
setValueInterval()

Definition at line 1109 of file qwt_color_map.cpp.

int QwtSaturationValueColorMap::value2 ( ) const
Returns
Second value coordinate
See also
setValueInterval()

Definition at line 1118 of file qwt_color_map.cpp.

Member Data Documentation

PrivateData* QwtSaturationValueColorMap::d_data
private

Definition at line 233 of file qwt_color_map.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:50