Static Public Attributes | List of all members
GammaCorrection Class Reference

Gamma correction. More...

Inherits object.

Static Public Attributes

int Gamma045 = 2
 Correct with Gamma = 0.45. More...
 
int Gamma060 = 3
 Correct with Gamma = 0.6. More...
 
int Gamma100 = 1
 Correct with Gamma = 1.0 (that means no correction). More...
 

Detailed Description

Gamma correction.

Member Data Documentation

◆ Gamma045

int Gamma045 = 2
static

Correct with Gamma = 0.45.

◆ Gamma060

int Gamma060 = 3
static

Correct with Gamma = 0.6.

◆ Gamma100

int Gamma100 = 1
static

Correct with Gamma = 1.0 (that means no correction).