LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

LightnessFactor Property (PicturizeSingleCommand)






Gets or sets a value that represents how much to lighten the thumbnail image. .NET support
Syntax
public int LightnessFactor {get; set;}
'Declaration
 
Public Property LightnessFactor As Integer
'Usage
 
Dim instance As PicturizeSingleCommand
Dim value As Integer
 
instance.LightnessFactor = value
 
value = instance.LightnessFactor
public int LightnessFactor {get; set;}
 get_LightnessFactor();
set_LightnessFactor(value);
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
Refer to PicturizeSingleCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PicturizeSingleCommand Class
PicturizeSingleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.