Class TBGRAWriterLazPaintWithLayers
Unit
Declaration
type TBGRAWriterLazPaintWithLayers = class(TBGRAWriterLazPaint)
Description
Writer for LazPaint (LZP) image format.
Handles both flattened and layered images.
Hierarchy
- TFPCustomImageWriter
- TBGRAWriterLazPaint
- TBGRAWriterLazPaintWithLayers
Overview
Fields
FCompression: TLzpCompression; |
|
FLayers: TBGRALayeredBitmap; |
|
FSelectedLayerIndex: integer; |
Methods
constructor Create(ALayers: TBGRALayeredBitmap); overload; |
|
function GetNbLayers: integer; override; |
|
function InternalWriteLayers(Str: TStream; Img: TFPCustomImage): boolean; override; |
Properties
property Compression: TLzpCompression read FCompression write FCompression; |
|
property SelectedLayerIndex: integer read FSelectedLayerIndex write FSelectedLayerIndex; |
Description
Fields
FCompression: TLzpCompression; |
|
This item has no description. |
FLayers: TBGRALayeredBitmap; |
|
This item has no description. |
FSelectedLayerIndex: integer; |
|
This item has no description. |
Methods
constructor Create(ALayers: TBGRALayeredBitmap); overload; |
|
This item has no description. |
function GetNbLayers: integer; override; |
|
This item has no description. |
function InternalWriteLayers(Str: TStream; Img: TFPCustomImage): boolean; override; |
|
This item has no description. |
Properties
property Compression: TLzpCompression read FCompression write FCompression; |
|
This item has no description. |
property SelectedLayerIndex: integer read FSelectedLayerIndex write FSelectedLayerIndex; |
|
This item has no description. |