kaleidoscope 1.4.0
 
Loading...
Searching...
No Matches
KaleidoscopeHandle_t Struct Reference

Struct for kaleidoscope effect generator. More...

#include <kaleidoscope.h>

Collaboration diagram for KaleidoscopeHandle_t:

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_tpTransferFunc
 Transformation info.
 

Detailed Description

Struct for kaleidoscope effect generator.

Definition at line 33 of file kaleidoscope.h.

Member Data Documentation

◆ height

int KaleidoscopeHandle_t::height

Image height.

Definition at line 38 of file kaleidoscope.h.

◆ nComponents

unsigned char KaleidoscopeHandle_t::nComponents

Number of components (eg 3 for RGB)

Definition at line 40 of file kaleidoscope.h.

◆ nPoints

long long KaleidoscopeHandle_t::nPoints

Total number of points of transfer function.

Definition at line 42 of file kaleidoscope.h.

◆ pTransferFunc

struct TransformationInfo_t* KaleidoscopeHandle_t::pTransferFunc

Transformation info.

Definition at line 44 of file kaleidoscope.h.

◆ width

int KaleidoscopeHandle_t::width

Image width.

Definition at line 36 of file kaleidoscope.h.


The documentation for this struct was generated from the following file: