#include <fleximage.h>
Public Member Functions | |
PerPixelNormalizedBuffer (int x, int y) | |
~PerPixelNormalizedBuffer () | |
void | GetData (float *rgb, float *alpha) |
Definition at line 121 of file fleximage.h.
lux::PerPixelNormalizedBuffer::PerPixelNormalizedBuffer | ( | int | x, | |
int | y | |||
) | [inline] |
Definition at line 123 of file fleximage.h.
lux::PerPixelNormalizedBuffer::~PerPixelNormalizedBuffer | ( | ) | [inline] |
Definition at line 125 of file fleximage.h.
void lux::PerPixelNormalizedBuffer::GetData | ( | float * | rgb, | |
float * | alpha | |||
) | [inline, virtual] |
Implements lux::Buffer.
Definition at line 127 of file fleximage.h.
References lux::Pixel::alpha, lux::Pixel::L, lux::XYZColor::ToRGB(), lux::Pixel::weightSum, lux::Buffer::xPixelCount, and lux::Buffer::yPixelCount.