Enum VLHueVector.TVLHueVectorMode

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: VLHueVector

Contents

Syntax

Delphi:

type TVLHueVectorMode = (vmCartesian, vmPolar);

C++ Builder:

enum TVLHueVectorMode {vmCartesian, vmPolar};

Visual C++ (MFC):

enum CTVLHueVectorMode {vmCartesian, vmPolar};

Summary

Hue Vector modes enumeration.

Description

Defines the Hue Vector modes enumeration.


Delphi example:

VLHueVector1.Mode := vmCartesian;

C++ Builder example:

VLHueVector1->Mode = vmCartesian;

Visual C++(MFC) example:

VLHueVector1.Mode = vmCartesian;

Visual C++/CLI example:

hueVector1->Mode = Mitov::VideoLab::HueVectorMode::Cartesian;

C# example:

hueVector1.Mode = Mitov.VideoLab.HueVectorMode.Cartesian;

VB example:

HueVector1.Mode = Mitov.VideoLab.HueVectorMode.Cartesian

Values

vmCartesian Cartesian coordinate mode.
vmPolar Polar coordinate mode.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox