C#
VB
WinRT C#
C++
Gets or sets the amount to change the resulting image intensity.
public int Brightness { get; set; }
Public Property Brightness As Integer
public int Brightness {get; set;}
get_Brightness();
set_Brightness(value);
Object.defineProperty('Brightness');
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.
Refer to BumpMapCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET