Class TBGRAEmbossHightlightScanner
Unit
Declaration
type TBGRAEmbossHightlightScanner = class(TBGRA3X3FilterScanner)
Description
Scanner that computes an embossed image and fills the shape with a highlight color.
Hierarchy
- IInterface
- IBGRAScanner
- TBGRACustomScanner
- TBGRAFilterScanner
- TBGRAFilterScannerMultipixel
- TBGRA3X3FilterScanner
- TBGRAEmbossHightlightScanner
Overview
Fields
FChannelOffset: Byte; |
|
FFillSelection: boolean; |
|
FSourceChannel: TChannel; |
Methods
constructor Create(ASource: IBGRAScanner; ABounds: TRect; ABoundsVisible: Boolean); overload; |
|
constructor Create(ASource: TBGRACustomBitmap; ABoundsVisible: Boolean); overload; |
|
function DoFilter3X3(PTop,PMiddle,PBottom: PBGRAPixel): TBGRAPixel; override; |
|
procedure SetSourceChannel(AValue: TChannel); |
Properties
property FillSelection: boolean read FFillSelection write FFillSelection; |
|
property SourceChannel: TChannel read FSourceChannel write SetSourceChannel; |
Description
Fields
FChannelOffset: Byte; |
|
This item has no description. |
FFillSelection: boolean; |
|
This item has no description. |
FSourceChannel: TChannel; |
|
This item has no description. |
Methods
constructor Create(ASource: IBGRAScanner; ABounds: TRect; ABoundsVisible: Boolean); overload; |
|
This item has no description. |
constructor Create(ASource: TBGRACustomBitmap; ABoundsVisible: Boolean); overload; |
|
This item has no description. |
function DoFilter3X3(PTop,PMiddle,PBottom: PBGRAPixel): TBGRAPixel; override; |
|
This item has no description. |
procedure SetSourceChannel(AValue: TChannel); |
|
This item has no description. |
Properties
property FillSelection: boolean read FFillSelection write FFillSelection; |
|
This item has no description. |
property SourceChannel: TChannel read FSourceChannel write SetSourceChannel; |
|
This item has no description. |