←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 PicturizeSingleCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly