←Select platform

Brightness Property

Summary

Gets or sets the brightness of the flare.

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

Property Value

The brightness of the flare. This value is divided internally by 100. This parameter affects the brightness of both the flare, and any lightened circles surrounding the flare. This parameter only accepts positive values.

Example

Refer to LensFlareCommand.

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