VRay SDK for C++
|
Wrapper around BMP metainfo with pixel accessor method. More...
#include <vraysdk.hpp>
Public Member Functions | |
int | getBitsPerPixel () const |
int | getHeight () const |
void * | getPixels () const |
unsigned | getRowStride () const |
int | getWidth () const |
Additional Inherited Members | |
![]() | |
unsigned | bfOffBits |
Offset of raw pixel data in bytes relative to the start of this header. | |
unsigned | bfReserved |
unsigned | bfSize |
unsigned short | bfType |
![]() | |
unsigned short | biBitCount |
unsigned | biClrImportant |
unsigned | biClrUsed |
unsigned | biCompression |
int | biHeight |
unsigned short | biPlanes |
unsigned | biSize |
unsigned | biSizeImage |
int | biWidth |
int | biXPelsPerMeter |
int | biYPelsPerMeter |
Wrapper around BMP metainfo with pixel accessor method.