Home | History | Annotate | Download | only in cybergfx

Lines Matching refs:ramp

71 int CGX_SetGammaRamp(_THIS, Uint16 *ramp)
83 /* Calculate the appropriate palette for the given gamma ramp */
88 xcmap[i].red = ramp[0*256+c];
89 xcmap[i].green = ramp[1*256+c];
90 xcmap[i].blue = ramp[2*256+c];