Class TBGRAReaderLazPaintWithLayers

Unit

Declaration

type TBGRAReaderLazPaintWithLayers = class(TBGRAReaderLazPaint)

Description

Reader for LazPaint (LZP) image format.

Handles both flattened and layered images.

Hierarchy

Overview

Fields

Protected FLayers: TBGRALayeredBitmap;
Protected FLayersLoaded: boolean;
Protected FSelectedLayerIndex: integer;

Methods

Public constructor Create(ALayers: TBGRALayeredBitmap); overload;
Protected procedure InternalReadLayers(str: TStream; Img: TFPCustomImage); override;

Properties

Public property LayersLoaded: boolean read FLayersLoaded;
Public property SelectedLayerIndex: integer read FSelectedLayerIndex;

Description

Fields

Protected FLayers: TBGRALayeredBitmap;

This item has no description.

Protected FLayersLoaded: boolean;

This item has no description.

Protected FSelectedLayerIndex: integer;

This item has no description.

Methods

Public constructor Create(ALayers: TBGRALayeredBitmap); overload;

This item has no description.

Protected procedure InternalReadLayers(str: TStream; Img: TFPCustomImage); override;

This item has no description.

Properties

Public property LayersLoaded: boolean read FLayersLoaded;

This item has no description.

Public property SelectedLayerIndex: integer read FSelectedLayerIndex;

This item has no description.