kaleidoscope
1.4.0
|
Struct for kaleidoscope effect generator. More...
#include <kaleidoscope.h>
Public Attributes | |
int | width |
Image width. More... | |
int | height |
Image height. More... | |
unsigned char | nComponents |
Number of components (eg 3 for RGB) More... | |
long long | nPoints |
Total number of points of transfer function. More... | |
struct TransformationInfo_t * | pTransferFunc |
Transformation info. More... | |
Struct for kaleidoscope effect generator.
Definition at line 33 of file kaleidoscope.h.
int KaleidoscopeHandle_t::height |
Image height.
Definition at line 38 of file kaleidoscope.h.
unsigned char KaleidoscopeHandle_t::nComponents |
Number of components (eg 3 for RGB)
Definition at line 40 of file kaleidoscope.h.
long long KaleidoscopeHandle_t::nPoints |
Total number of points of transfer function.
Definition at line 42 of file kaleidoscope.h.
struct TransformationInfo_t* KaleidoscopeHandle_t::pTransferFunc |
Transformation info.
Definition at line 44 of file kaleidoscope.h.
int KaleidoscopeHandle_t::width |
Image width.
Definition at line 36 of file kaleidoscope.h.