Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Luminance Property








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

Error processing SSI file