Property VLGammaFilter.TVLGammaFilter.GammaType

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TVLGammaFilter

Contents

Syntax

Delphi:

property GammaType : TVLGammaType read FGammaType write SetGammaType default gtForward;

C++ Builder:

__property TVLGammaType GammaType = { read=FGammaType, write=SetGammaType, default=gtForward };

Summary

Specifies the type of Gamma conversion - gtForward or gtInverse

Description

Use this property to specify the type of Gamma conversion - gtForward or gtInverse


Delphi example:

VLGammaFilter1.GammaType := gtInverse;

C++ Builder example:

VLGammaFilter1->GammaType = gtInverse;

Visual C++(MFC) example:

VLGammaFilter1.GammaType = gtInverse;

Visual C++/CLI example:

gammaFilter1->MirrorType = Mitov::VideoLab::GammaType::Inverse;

C# example:

gammaFilter1.GammaType = Mitov.VideoLab.GammaType.Inverse;

VB example:

GammaFilter1.MirrorType = Mitov.VideoLab.GammaType.Inverse

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox