Namespaces | Functions
gft_highlight.cpp File Reference
#include "gft_highlight.h"

Namespaces

 gft
 Base namespace for common definitions and prototypes.
 
 gft::Highlight
 

Functions

CImage::CImage * gft::Highlight::CWide (CImage::CImage *cimg, Image32::Image32 *label, float radius, int color, bool fill)
 
Image32::Image32 * gft::Highlight::Wide (Image32::Image32 *img, Image32::Image32 *label, float radius, int value, bool fill)
 
CImage::CImage * gft::Highlight::CWideLabels (CImage::CImage *cimg, Image32::Image32 *label, float radius, int *colormap, float fill, bool thickborder, bool singlecolor)
 
bool gft::Highlight::HStripedTexture (int x, int y, int w, int h)
 
bool gft::Highlight::VStripedTexture (int x, int y, int w, int h)
 
bool gft::Highlight::BackslashTexture (int x, int y, int w, int h)
 
bool gft::Highlight::SlashTexture (int x, int y, int w, int h)
 
bool gft::Highlight::GridTexture (int x, int y, int w, int h)
 
bool gft::Highlight::RGridTexture (int x, int y, int w, int h)
 
Image32::Image32 * gft::Highlight::Texture (Image32::Image32 *img, Image32::Image32 *label, float radius, int value, bool fill, bool(*texture)(int, int, int, int), int w, int h)
 
CImage::CImage * gft::Highlight::CTexture (CImage::CImage *cimg, Image32::Image32 *label, float radius, int color, bool fill, bool(*texture)(int, int, int, int), int w, int h)