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

Constant Property






Gets or sets a value that represents the color value that should be added to the whole image. .NET support WinRT support Silverlight support
Syntax
public int Constant {get; set;}
'Declaration
 
Public Property Constant As Integer
'Usage
 
Dim instance As ChannelMixerCommandFactor
Dim value As Integer
 
instance.Constant = value
 
value = instance.Constant
public int Constant {get; set;}
 get_Constant();
set_Constant(value);
public:
property int Constant {
   int get();
   void set (    int value);
}

Property Value

Value that represents the color value that should be added to the whole image. Valid values are -200 to 200.
Example
Refer to ChannelMixerCommand()
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

ChannelMixerCommandFactor Class
ChannelMixerCommandFactor Members

 

 


Products | Support | Contact Us | Copyright Notices

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