←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
WinRT C#
C++
public int ClearAmount { get; set; } 
  
Public Property ClearAmount As Integer 
public int ClearAmount {get; set;} 
  
get_ClearAmount(); 
set_ClearAmount(value); 
Object.defineProperty('ClearAmount');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly