Home | History | Annotate | Download | only in cybergfx

Lines Matching refs:numcolors

618 			int numcolors;
623 numcolors = 1<<this->screen->format->BitsPerPixel;
625 if(numcolors>256)
626 numcolors=256;
630 for ( pixel=0; pixel<numcolors; pixel++ )