←Select platform

Luminance Property

Summary

Boolean flag that indicates whether to preserve luminance.

Syntax
C#
VB
Objective-C
C++
Java
public bool Luminance { get; set; } 
Public Property Luminance As Boolean 
@property (nonatomic, assign) BOOL luminance 
public boolean getLuminance() 
public void setLuminance(boolean value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly