←Select platform

Yellow Property

Summary
Gets or sets a value that specifies the percentage of yellow in a color.
Syntax
C#
VB
Objective-C
C++
Java
public int Yellow { get; set; } 
Public Property Yellow As Integer 
@property (nonatomic, assign) char yellow 
public int getYellow() 
public void setYellow(int value) 
public: 
property int Yellow { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that specifies the percentage of yellow in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.

Example

Refer to SelectiveColorCommand.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.