Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LightnessFactor Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > PicturizeSingleCommand Class : LightnessFactor Property



Gets or sets a value that represents how much to lighten the thumbnail image.

Syntax

Visual Basic (Declaration) 
Public Property LightnessFactor As Integer
Visual Basic (Usage)Copy Code
Dim instance As PicturizeSingleCommand
Dim value As Integer
 
instance.LightnessFactor = value
 
value = instance.LightnessFactor
C# 
public int LightnessFactor {get; set;}
C++/CLI 
public:
property int LightnessFactor {
   int get();
   void set (int value);
}

Return Value

Value that represents how much to lighten the thumbnail image. Valid values are between 0 and 1000. This value is divided internally by 1000. Values between 0 and 499 darken the image. Values between 500 and 1000 lighten the image.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also