WXP C++ Library Version 6.74.9
|
This class has some tools for processing images. More...
#include "../include/ImageTool.h"
Static Public Member Functions | |
static int | addColor (Image &image, ColorMap &cmap, ColorFill &fill) |
static int | toGrid (Grid &grid, Image &image) |
This class has some tools for processing images.
Colorizes an image
image | The image to add color |
cmap | The color map to use |
fill | The color fill parameters used to color the image |
References WXP::Image::allocColors(), WXP::ColorMap::get(), WXP::Image::hasColors(), WXP::RGB::init(), and WXP::Const::MISS.
Referenced by WXP::ImagePlot::drawImage().