←Select platform

GlowAmount Property

Summary

Gets or sets the value that indicates the glow intensity.

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

Property Value

Value that indicates the glow intensity, expressed in tenths of a percent. Possible values range from -1000 - 1000. Use positive values to add glow to the brighter regions of the image, and negative values to add glow to the darker regions of the image.

Example

Refer to DiffuseGlowCommand example.

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