| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 

Go to the source code of this file.
Namespaces | |
| namespace | QgsWms | 
| Median cut implementation.  | |
Typedefs | |
| typedef QList< QPair< QRgb, int > > | QgsWms::QgsColorBox | 
| typedef QMultiMap< int, QgsColorBox > | QgsWms::QgsColorBoxMap | 
Functions | |
| void | QgsWms::medianCut (QVector< QRgb > &colorTable, int nColors, const QImage &inputImage) | 
| Median cut implementation used when reducing RGB colors to palletized colors.   | |