Property VLColorsToReal.TVLColorsToReal.ColorMode

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

Contents

Syntax

Delphi:

property ColorMode : TVLColorMode read FColorMode write SetColorMode default cmRGB;

C++ Builder:

__property TVLColorMode ColorMode = { read=FColorMode, write=SetColorMode, default=cmRGB };

Summary

The Color Space to be used.

Description

Use this property to specify the Color Space mode to be used.


Delphi example:

VLColorsToReal1.ColorMode := cmRGB;

C++ Builder example:

VLColorsToReal1->ColorMode = cmRGB;

Visual C++(MFC) example:

VLColorsToReal1.ColorMode = cmRGB;

Visual C++/CLI example:

colorsToReal1->ColorMode = Mitov::VideoLab::ColorMode::RGB;

C# example:

colorsToReal1.ColorMode = Mitov.VideoLab.ColorMode.RGB;

VB example:

ColorsToReal1.ColorMode = Mitov.VideoLab.ColorMode.RGB

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox