Vcl.Imaging.pngimage.TPngImage.GammaTable

From RAD Studio API Documentation
Jump to: navigation, search


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.

See Also