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);
} |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also