Class TBGRACustomWriterPNG

Unit

Declaration

type TBGRACustomWriterPNG = class(TFPCustomImageWriter)

Description

Generic definition for a PNG writer with alpha option

Hierarchy

Overview

Methods

Protected function GetUseAlpha: boolean; virtual; abstract;
Protected procedure SetUseAlpha(AValue: boolean); virtual; abstract;

Properties

Public property UseAlpha : boolean read GetUseAlpha write SetUseAlpha;

Description

Methods

Protected function GetUseAlpha: boolean; virtual; abstract;

Gets whether or not to use the alpha channel

Protected procedure SetUseAlpha(AValue: boolean); virtual; abstract;

Sets whether or not to use the alpha channel

Properties

Public property UseAlpha : boolean read GetUseAlpha write SetUseAlpha;

Whether or not to use the alpha channel