mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
* chunk protected instead of private, Mantis #20543
git-svn-id: trunk@20969 -
This commit is contained in:
parent
9f6121e878
commit
d8101679fa
@ -28,7 +28,7 @@ Type
|
||||
|
||||
TFPReaderPNG = class (TFPCustomImageReader)
|
||||
private
|
||||
Chunk : TChunk;
|
||||
|
||||
FHeader : THeaderChunk;
|
||||
ZData : TMemoryStream; // holds compressed data until all blocks are read
|
||||
Decompress : TDeCompressionStream; // decompresses the data
|
||||
@ -61,6 +61,7 @@ Type
|
||||
function ColorColorAlpha8 (CD:TColorData) : TFPColor;
|
||||
function ColorColorAlpha16 (CD:TColorData) : TFPColor;
|
||||
protected
|
||||
Chunk : TChunk;
|
||||
UseTransparent, EndOfFile : boolean;
|
||||
TransparentDataValue : TColorData;
|
||||
UsingBitGroup : byte;
|
||||
|
Loading…
Reference in New Issue
Block a user