←Select platform

LightnessFactor Property

Summary

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

Syntax

C#
VB
C++
public int LightnessFactor { get; set; } 
Public Property LightnessFactor As Integer 
public: 
property int LightnessFactor { 
   int get(); 
   void set (    int ); 
} 

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 PicturizeListCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly