LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Luminance Property






Boolean flag that indicates whether to preserve luminance. .NET support WinRT support Silverlight support
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;}
 get_Luminance();
set_Luminance(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorIntensityBalanceCommand Class
ColorIntensityBalanceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.