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

Red Property (ColorLevelCommand)






Gets or sets the color-leveling information for the red channel when used in the ColorLevelCommand class. .NET support WinRT support Silverlight support
Syntax
public ColorLevelCommandData Red {get; set;}
'Declaration
 
Public Property Red As ColorLevelCommandData
'Usage
 
Dim instance As ColorLevelCommand
Dim value As ColorLevelCommandData
 
instance.Red = value
 
value = instance.Red
public ColorLevelCommandData Red {get; set;}
 get_Red();
set_Red(value);
public:
property ColorLevelCommandData^ Red {
   ColorLevelCommandData^ get();
   void set (    ColorLevelCommandData^ value);
}

Property Value

Specifies the color-leveling information for the red channel when used in the ColorLevelCommand class. When used in the AutoColorLevelCommand class, with the flag Level, it retrieves the color-leveling information of the red channel.
Example
Refer to ColorLevelCommand()
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

ColorLevelCommand Class
ColorLevelCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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