←Select platform

Intensity Property

Summary

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

Syntax
C#
VB
C++
public int Intensity { get; set; } 
  
Public Property Intensity As Integer 
public: 
property int Intensity { 
   int get(); 
   void set (    int ); 
} 

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

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