Enum VLGammaFilter.TVLGammaType

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.

Package: VideoLabPkg

Unit: VLGammaFilter

Contents

Syntax

Delphi:

type TVLGammaType = (gtForward, gtInverse);

C++ Builder:

enum TVLGammaType {gtForward, gtInverse};

Visual C++ (MFC):

enum CTVLGammaType {gtForward, gtInverse};

Summary

Type of Gamma conversion - gtForward or gtInverse

Description

Defines 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

Values

gtForward Forward Gamma conversion.
gtInverse Inverse Gamma conversion.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox