←Select platform

ClearAmount Property

Summary
Gets or sets a value that represents how deeply the glow will penetrate into the non-glowing areas.
Syntax
C#
VB
C++
public int ClearAmount { get; set; } 
  
Public Property ClearAmount As Integer 
public: 
property int ClearAmount { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents how deeply the glow will penetrate into the non-glowing areas, expressed in tenths of a percent. Possible values range from 0 - 1000. A value of 0 indicates total glow diffusion, whereas a value of 1000 indicates the glow does not penetrate into any of the non-glowing areas.

Example

Refer to DiffuseGlowCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.