Vcl.Imaging.pngimage.TPngImage.InverseGamma
Delphi
InverseGamma: Array[Byte] of Byte;
C++
System::StaticArray<System::Byte, 256> InverseGamma;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | protected | Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage.hpp |
Vcl.Imaging.pngimage | TPngImage |
Description
Contains the inverse gamma values.
InverseGamma is used internally by the TPngImage class. InverseGamma is built either at creation time or at load time and should not be used directly by applications.