←Select platform

Luminance Property

Summary

Boolean flag that indicates whether to preserve luminance.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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) 
get_Luminance(); 
set_Luminance(value); 
Object.defineProperty('Luminance'); 
public: 
property bool Luminance { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Boolean value that indicates whether to preserve luminance.

Value Meaning
true Preserve luminance.
false Do not preserve luminance.
Example

Refer to ColorIntensityBalanceCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize