Class TBGRACustomWriterPNG
Unit
Declaration
type TBGRACustomWriterPNG = class(TFPCustomImageWriter)
Description
Generic definition for a PNG writer with alpha option
Hierarchy
- TFPCustomImageWriter
- TBGRACustomWriterPNG
Overview
Methods
function GetUseAlpha: boolean; virtual; abstract; |
|
procedure SetUseAlpha(AValue: boolean); virtual; abstract; |
Properties
property UseAlpha : boolean read GetUseAlpha write SetUseAlpha; |
Description
Methods
function GetUseAlpha: boolean; virtual; abstract; |
|
Gets whether or not to use the alpha channel |
procedure SetUseAlpha(AValue: boolean); virtual; abstract; |
|
Sets whether or not to use the alpha channel |
Properties
property UseAlpha : boolean read GetUseAlpha write SetUseAlpha; |
|
Whether or not to use the alpha channel |