30 #define cdMaxColors 256
41 #define CDSTARTLISTSIZE 4096
49 #define CDGROWLISTSIZE 2048
56 #if defined ( __cplusplus ) || defined ( c_plusplus )
225 #define cdImageSX( im ) ( ( im )->sx )
226 #define cdImageSY( im ) ( ( im )->sy )
227 #define cdImageColorsTotal( im ) ( ( im )->colorsTotal )
228 #define cdImageRed( im, c ) ( ( im )->red[( c )] )
229 #define cdImageGreen( im, c ) ( ( im )->green[( c )] )
230 #define cdImageBlue( im, c ) ( ( im )->blue[( c )] )
240 #define SIZEOF( object ) ( (size_t) sizeof ( object ) )
246 #if defined ( __cplusplus ) || defined ( c_plusplus )