←Select platform

SelectiveColorCommandData Constructor(int,int,int,int)

Summary

Initializes a new SelectiveColorCommandData class with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
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 _ 
) 
- (instancetype)initWithCyan:(char)cyan 
                     magenta:(char)magenta 
                      yellow:(char)yellow 
                       black:(char)black 
public SelectiveColorCommandData( 
   int cyan,  
   int magenta,  
   int yellow,  
   int 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly