LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Intensity Property

Show in webframe







Gets or sets the amount to change the resulting image intensity.
Syntax
public int Intensity {get; set;}
'Declaration
 
Public Property Intensity As Integer
'Usage
 
Dim instance As BumpMapCommand
Dim value As Integer
 
instance.Intensity = value
 
value = instance.Intensity
public int Intensity {get; set;}

            

            
 
get_Intensity();
set_Intensity(value);
Object.defineProperty('Intensity');
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
Refer to BumpMapCommand.
Requirements

Target Platforms

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.