LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Intensity Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > BumpMapCommand Class : Intensity Property



Gets or sets the amount to change the resulting image intensity.

Syntax

Visual Basic (Declaration) 
Public Property Intensity As Integer
Visual Basic (Usage)Copy Code
Dim instance As BumpMapCommand
Dim value As Integer
 
instance.Intensity = value
 
value = instance.Intensity
C# 
public int Intensity {get; set;}
C++/CLI 
public:
property int Intensity {
   int get();
   void set (    int value);
}

Property Value

Amount to change the intensity. The intensity ranges from -1000 to 1000. A positive value increases (or lightens) the brightness of the resulting image. A negative value decreases (or darkens) the brightness of the resulting image.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also