Class VLDSCapture.TVLDSAdjustment
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				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: VideoLabBasicPkg
Unit: VLDSCapture
Inherits: TVLDSOptionalCaptureProperty
Contents | 
Syntax
Delphi:
type TVLDSAdjustment = class( TVLDSOptionalCaptureProperty )
C++ Builder:
class TVLDSAdjustment : public TVLDSOptionalCaptureProperty
Visual C++ (MFC):
class CTVLDSAdjustment : public CTVLDSOptionalCaptureProperty
C# (.NET):
public ref class DSAdjustment : Mitov.VideoLab.DSOptionalCaptureProperty
Summary
Image adjustment property class.
Description
Defines class type for the image adjustment property of the TVLDSCapture.
Properties
Published
- Brightness - Specifies the brightness, also called the black level (-10,000 to 10,000).
 - Contrast - Specifies the contrast, expressed as gain factor * 100 (0 to 10,000 ).
 - Hue - Specifies the hue, in degrees * 100 (-180 to +180 degrees).
 - Saturation - Specifies the saturation (0 to 10,000).
 - Sharpness - Specifies the sharpness (0 to 100).
 - Gamma - Specifies the gamma, as gamma * 100( 1 to 500 ).
 - ColorEnable - Specifies the color enable setting.
 - WhiteBalance - Specifies the white balance, as a color temperature in degrees Kelvin
 - BacklightCompensation - Specifies the backlight compensation setting.
 - Gain - Specifies the gain adjustment.
 
Public
- Available - Indicates if the Adjustment is available.
 
From TVLDSOptionalCaptureProperty
Properties
Published
- Enabled - Enables/Disables the property.