You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- gamma_ramp_arrays is similar to gamma_ramp, but returns the gamma
ramps as an array of 3 arrays, this way no heap allocations are made
and users get a compile time guarantee that each ramp contains 256
values
- calculate_gamma_ramp wraps SDL_CalculateGammaRamp, which calculates
the gamma ramp for a gives gamma value, see
https://wiki.libsdl.org/SDL2/SDL_CalculateGammaRamp
0 commit comments