TAG_GAMMA top-level constant

String const TAG_GAMMA

Indicates the value of coefficient gamma. The formula of transfer function used for image reproduction is expressed as follows.

(Reproduced value) = (Input value) ^ gamma

Both reproduced value and input value indicate normalized value, whose minimum value is 0 and maximum value is 1.

Implementation

const String TAG_GAMMA = "Gamma";