Class VLGammaFilter.TVLGammaFilter
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLGammaFilter
Inherits: TVLCommonFilter
Contents |
Syntax
Delphi:
type TVLGammaFilter = class( TVLCommonFilter )
C++ Builder:
class TVLGammaFilter : public TVLCommonFilter
Visual C++ (MFC):
class CTVLGammaFilter : public CTVLCommonFilter
C# (.NET):
public ref class TVLGammaFilter : Mitov.VideoLab.CommonFilter
Summary
Gamma-corrects the image.
Description
Performs forward or inverse gamma-correction of the source image with RGB data.
Exaple:
Original Image: | Gamma Corrected Image: |
Properties
Published
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)