←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly