QGIS API Documentation 3.38.0-Grenoble (exported)
|
Defines the transparency for a RGB pixel value. More...
#include <qgsrastertransparency.h>
Public Member Functions | |
TransparentThreeValuePixel (double red=0, double green=0, double blue=0, double opacity=0) | |
Constructor for TransparentThreeValuePixel. | |
bool | operator!= (const QgsRasterTransparency::TransparentThreeValuePixel &other) const |
bool | operator== (const QgsRasterTransparency::TransparentThreeValuePixel &other) const |
Public Attributes | |
double | blue |
Blue pixel value. | |
double | green |
Green pixel value. | |
double | opacity = 0 |
Opacity for pixel, between 0 and 1.0. | |
double | red |
Red pixel value. | |
Defines the transparency for a RGB pixel value.
Definition at line 47 of file qgsrastertransparency.h.
|
inline |
Constructor for TransparentThreeValuePixel.
red | red pixel value |
green | green pixel value |
blue | blue pixel value |
opacity | opacity for pixel, between 0 and 1.0 |
Definition at line 58 of file qgsrastertransparency.h.
|
inline |
Definition at line 94 of file qgsrastertransparency.h.
|
inline |
Definition at line 87 of file qgsrastertransparency.h.
double QgsRasterTransparency::TransparentThreeValuePixel::blue |
Blue pixel value.
Definition at line 78 of file qgsrastertransparency.h.
double QgsRasterTransparency::TransparentThreeValuePixel::green |
Green pixel value.
Definition at line 73 of file qgsrastertransparency.h.
double QgsRasterTransparency::TransparentThreeValuePixel::opacity = 0 |
Opacity for pixel, between 0 and 1.0.
Definition at line 85 of file qgsrastertransparency.h.
double QgsRasterTransparency::TransparentThreeValuePixel::red |
Red pixel value.
Definition at line 68 of file qgsrastertransparency.h.