Home | History | Annotate | Download | only in video

Lines Matching full:gamma

208 	video->gamma = NULL;
1033 /* gamma-corrected palette */
1095 /* gamma-corrected palette */
1179 * gamma modification, we apply it directly instead,
1191 if ( video->gamma ) {
1198 SDL_ApplyGamma(video->gamma,
1203 SDL_ApplyGamma(video->gamma, colors,
1216 if ( video->gamma ) {
1217 SDL_ApplyGamma(video->gamma, colors, gcolors, ncolors);
1366 if ( video->gamma ) {
1367 SDL_free(video->gamma);
1368 video->gamma = NULL;