Go to the first, previous, next, last section, table of contents.


gammacorrect

Function: gammacorrect { gamma x -> r }
file: jobg.t
package: muf
status: alpha

A basic exponential remapping function, often used to correct image brightness for the nonlinear response of CRT tubes.

Result = pow( x, 1.0/gamma );


Go to the first, previous, next, last section, table of contents.