LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also