#include <film.h>
Public Member Functions | |
| PerPixelNormalizedBuffer (int x, int y) | |
| virtual | ~PerPixelNormalizedBuffer () |
| virtual void | GetData (XYZColor *color, float *alpha) const |
| virtual float | GetData (int x, int y, XYZColor *color, float *alpha) const |
Definition at line 161 of file film.h.
| virtual lux::PerPixelNormalizedBuffer::~PerPixelNormalizedBuffer | ( | ) | [inline, virtual] |
| virtual float lux::PerPixelNormalizedBuffer::GetData | ( | int | x, | |
| int | y, | |||
| XYZColor * | color, | |||
| float * | alpha | |||
| ) | const [inline, virtual] |
Implements lux::Buffer.
Definition at line 182 of file film.h.
References lux::Pixel::alpha, lux::Pixel::L, and lux::Pixel::weightSum.
| virtual void lux::PerPixelNormalizedBuffer::GetData | ( | XYZColor * | color, | |
| float * | alpha | |||
| ) | const [inline, virtual] |
Implements lux::Buffer.
Definition at line 167 of file film.h.
References lux::Pixel::alpha, lux::Pixel::L, lux::Pixel::weightSum, lux::Buffer::xPixelCount, and lux::Buffer::yPixelCount.
1.6.2-20100208