C#
VB
Java
Objective-C
WinRT C#
C++
Boolean flag that indicates whether to preserve luminance.
public bool Luminance { get; set; }
Public Property Luminance As Boolean
public bool Luminance {get; set;}
@property (nonatomic, assign) BOOL luminance
public boolean getLuminance()
public void setLuminance(boolean value)
<br/>get_Luminance();<br/>set_Luminance(value);<br/>Object.defineProperty('Luminance');
Boolean value that indicates whether to preserve luminance.
Value | Meaning |
true | Preserve luminance. |
false | Do not preserve luminance. |
Refer to ColorIntensityBalanceCommand.
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