#include <fleximage.h>
Public Member Functions | |
| RawBuffer (int x, int y) | |
| ~RawBuffer () | |
| void | GetData (float *rgb, float *alpha) |
Definition at line 101 of file fleximage.h.
| lux::RawBuffer::RawBuffer | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 103 of file fleximage.h.
| lux::RawBuffer::~RawBuffer | ( | ) | [inline] |
Definition at line 105 of file fleximage.h.
| void lux::RawBuffer::GetData | ( | float * | rgb, | |
| float * | alpha | |||
| ) | [inline, virtual] |
Implements lux::Buffer.
Definition at line 107 of file fleximage.h.
References lux::Pixel::alpha, lux::Color::c, lux::Pixel::L, lux::Buffer::xPixelCount, and lux::Buffer::yPixelCount.
1.6.1