Blender V2.61 - r43446
|
pixel filter for image mixer More...
#include <ImageMix.h>
Public Member Functions | |
FilterImageMix (ImageSourceList &sources) | |
constructor | |
virtual | ~FilterImageMix (void) |
destructor | |
Protected Member Functions | |
virtual unsigned int | filter (unsigned int *src, short x, short y, short *size, unsigned int pixSize, unsigned int val=0) |
filter pixel, source int buffer | |
Protected Attributes | |
ImageSourceList & | m_sources |
source list |
pixel filter for image mixer
Definition at line 90 of file ImageMix.h.
FilterImageMix::FilterImageMix | ( | ImageSourceList & | sources | ) | [inline] |
constructor
Definition at line 94 of file ImageMix.h.
virtual FilterImageMix::~FilterImageMix | ( | void | ) | [inline, virtual] |
destructor
Definition at line 96 of file ImageMix.h.
virtual unsigned int FilterImageMix::filter | ( | unsigned int * | src, |
short | x, | ||
short | y, | ||
short * | size, | ||
unsigned int | pixSize, | ||
unsigned int | val = 0 |
||
) | [inline, protected, virtual] |
filter pixel, source int buffer
Reimplemented from FilterBase.
Definition at line 103 of file ImageMix.h.
References MakeCursor::color, ImageSourceMix::getOffset(), ImageSourceMix::getWeight(), and m_sources.
ImageSourceList& FilterImageMix::m_sources [protected] |