←Select platform

SelectiveColorCommandData Constructor(int,int,int,int)

Summary

Initializes a new SelectiveColorCommandData class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public SelectiveColorCommandData( 
   int cyan, 
   int magenta, 
   int yellow, 
   int black 
) 
Public Function New( _ 
   ByVal cyan As Integer, _ 
   ByVal magenta As Integer, _ 
   ByVal yellow As Integer, _ 
   ByVal black As Integer _ 
) 
public SelectiveColorCommandData(  
   int cyan, 
   int magenta, 
   int yellow, 
   int black 
) 
- (instancetype)initWithCyan:(char)cyan 
                     magenta:(char)magenta 
                      yellow:(char)yellow 
                       black:(char)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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly