←Select platform

Brightness Property

Summary

Gets or sets the brightness factor used to create the "glow".

Syntax

C#
VB
WinRT C#
C++
public int Brightness { get; set; } 
  
Public Property Brightness As Integer 
public int Brightness {get; set;} 
  
get_Brightness(); 
set_Brightness(value); 
Object.defineProperty('Brightness');  
public: 
property int Brightness { 
   int get(); 
   void set (    int ); 
} 

Property Value

Brightness factor used to create the "glow". This can be any number that is 0 or greater. If it is 0 the image will be black.

Example

Refer to GlowCommand.

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.SpecialEffects Assembly