Struct for kaleidoscope effect generator. More...
#include <kaleidoscope.h>

Public Attributes | |
| int | width |
| Image width. | |
| int | height |
| Image height. | |
| unsigned char | nComponents |
| Number of components (eg 3 for RGB) | |
| long long | nPoints |
| Total number of points of transfer function. | |
| struct TransformationInfo_t * | pTransferFunc |
| Transformation info. | |
Struct for kaleidoscope effect generator.
Definition at line 31 of file kaleidoscope.h.
| int KaleidoscopeHandle_t::height |
Image height.
Definition at line 35 of file kaleidoscope.h.
| unsigned char KaleidoscopeHandle_t::nComponents |
Number of components (eg 3 for RGB)
Definition at line 37 of file kaleidoscope.h.
| long long KaleidoscopeHandle_t::nPoints |
Total number of points of transfer function.
Definition at line 39 of file kaleidoscope.h.
| struct TransformationInfo_t* KaleidoscopeHandle_t::pTransferFunc |
Transformation info.
Definition at line 41 of file kaleidoscope.h.
| int KaleidoscopeHandle_t::width |
Image width.
Definition at line 33 of file kaleidoscope.h.