LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Luminance Property

Show in webframe







Boolean flag that indicates whether to preserve luminance.
Syntax
public bool Luminance {get; set;}
'Declaration
 
Public Property Luminance As Boolean
'Usage
 
Dim instance As ColorIntensityBalanceCommand
Dim value As Boolean
 
instance.Luminance = value
 
value = instance.Luminance
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 value);
}

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

See Also

Reference

ColorIntensityBalanceCommand Class
ColorIntensityBalanceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.