←Select platform

Bright Property

Summary

Gets or sets a value that represents the brightness of the ambient light of the entire image.

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

Property Value

Value that represents the brightness of the ambient light of the entire image. This can be any number that is 0 or greater. If it is 0 the image will be black. This value is divided internally by 100.

Example

Refer to LightCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly