Class TvxDynamicRangeTransform
Unit
xomDXGraphics
Declaration
type TvxDynamicRangeTransform = class(TvxTransform)
Description
TvxDynamicRangeTransform
Hierarchy
Overview
Methods
Properties
 |
property DarkBitmap: TvxBitmap read FDarkBitmap write FDarkBitmap; |
 |
property LightBitmap: TvxBitmap read FLightBitmap write FLightBitmap; |
 |
property MaskValue: Byte read FMaskValue write FMaskValue; |
 |
property BlurValue: Double read FBlurValue write FBlurValue; |
 |
property Reversed: Boolean read FReversed write FReversed; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property DarkBitmap: TvxBitmap read FDarkBitmap write FDarkBitmap; |
|
|
 |
property LightBitmap: TvxBitmap read FLightBitmap write FLightBitmap; |
|
|
 |
property MaskValue: Byte read FMaskValue write FMaskValue; |
|
|
 |
property BlurValue: Double read FBlurValue write FBlurValue; |
|
|
 |
property Reversed: Boolean read FReversed write FReversed; |
|
|
Generated by PasDoc 0.15.0.
|