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

SelectiveColorCommandData Constructor(Int32,Int32,Int32,Int32)






Value that specifies the percentage of cyan in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
Value that specifies the percentage of magenta in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
Value that specifies the percentage of yellow in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
Value that specifies the percentage of black in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
Initializes a new SelectiveColorCommandData class with explicit parameters. .NET support WinRT support Silverlight support
Syntax
public SelectiveColorCommandData( 
   int cyan,
   int magenta,
   int yellow,
   int black
)
'Declaration
 
Public Function New( _
   ByVal cyan As Integer, _
   ByVal magenta As Integer, _
   ByVal yellow As Integer, _
   ByVal black As Integer _
)
'Usage
 
Dim cyan As Integer
Dim magenta As Integer
Dim yellow As Integer
Dim black As Integer
 
Dim instance As New SelectiveColorCommandData(cyan, magenta, yellow, black)
public SelectiveColorCommandData( 
   int cyan,
   int magenta,
   int yellow,
   int black
)
function SelectiveColorCommandData( 
   cyan ,
   magenta ,
   yellow ,
   black 
)
public:
SelectiveColorCommandData( 
   int cyan,
   int magenta,
   int yellow,
   int black
)

Parameters

cyan
Value that specifies the percentage of cyan in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
magenta
Value that specifies the percentage of magenta in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
yellow
Value that specifies the percentage of yellow in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
black
Value that specifies the percentage of black in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.
Example
Refer to SelectiveColorCommand(SelectiveColorCommandData[])
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

SelectiveColorCommandData Class
SelectiveColorCommandData Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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