contents   index   previous   next



GD colorsTotal()

syntax:

gd.colorsTotal()

return:

void.

 

description:

This method returns the total number of colors allocated in the current GD image. Note that colors deallocated with colorDeallocate() are still considered 'allocated', because they have simply been marked for reuse.

 

see:

#link <gd>

 

 


GD colorTransparent()