freeimage.h
FICOMPLEX
/** Data structure for COMPLEX type (complex number) */ typedef struct tagFICOMPLEX { /// real part double r; /// imaginary part double i; } FICOMPLEX;
Almacena colores para mapas de bits RBG complejos.
/** Data structure for COMPLEX type (complex number) */ typedef struct tagFICOMPLEX { /// real part double r; /// imaginary part double i; } FICOMPLEX;
Almacena colores para mapas de bits RBG complejos.