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