Property VLImageAdjust.TVLImageAdjust.Saturation

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)
Newer edit →

Revision as of 00:21, 22 November 2011

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

Contents

Syntax

Delphi:

property Saturation : Single read FSaturation write SetSaturation;

C++ Builder:

__property float Saturation = { read=FSaturation, write=SetSaturation };

Summary

Adjusts the Saturation.

Description

Use this property to adjust the Saturation.


Delphi example:

VLRotate1.Saturation := 1.5;

C++ Builder example:

VLRotate1->Saturation = 1.5;

Visual C++(MFC) example:

VLRotate1.Saturation = 1.5;

Visual C++/CLI example:

rotate1->Saturation = 1.5;

C# example:

rotate1.Saturation = 1.5;

VB example:

Rotate1.Saturation = 1.5

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox