#include <revolution/vi.h>
void VISetGamma(VIGamma gamma);
gamma |
Gamma value. Applicable values range from 0.1 to 3.0.
|
None.
This function applies the specified gamma correction for the gamma value only to the brightness signal output by the VI.
A specified gamma value remains valid until it is replaced by another gamma value.
Changes do not take effect until VIFlush is called. See the VIFlush function reference for more details about when the change takes effect.
03/01/2006 Initial version
05/09/2006 Added entry on the length of time the gamma correction remains valid.