Coconut Data Framework
beta
|
Data structure for pixmap. More...
#include <CNPixmap.h>
Public Attributes | |
struct CNObject | superClass |
struct CNString * | name |
unsigned int | width |
unsigned int | height |
CNPixel * | pixels |
Data structure for pixmap.
struct CNObject CNPixmap::superClass |
Super class
Referenced by CNReleasePixmap().
struct CNString* CNPixmap::name |
Name of pixmap. This value will be null
Referenced by CNNameOfPixmap(), and CNSetNameToPixmap().
unsigned int CNPixmap::width |
Width of the pixmap
Referenced by CNPixelInPixmap(), CNSetPixelToPixmap(), and CNWidthOfPixmap().
unsigned int CNPixmap::height |
Height of the pixmap
Referenced by CNHeightOfPixmap().
Array of color
Referenced by CNPixelInPixmap(), CNPixelsInPixmap(), CNSetPixelToPixmap(), and CNVectorOfPixmap().