←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) 
             
 <br/>get_Luminance();<br/>set_Luminance(value);<br/>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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly