kaleidoscope  1.4.0
Public Attributes | List of all members
KaleidoscopeHandle_t Struct Reference

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

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: