Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Yellow Property








Gets or sets a value that specifies the percentage of yellow in a color.
Syntax
public int Yellow {get; set;}
'Declaration
 
Public Property Yellow As Integer
'Usage
 
Dim instance As SelectiveColorCommandData
Dim value As Integer
 
instance.Yellow = value
 
value = instance.Yellow
public int Yellow {get; set;}
@property (nonatomic, assign) char yellow
public int getYellow()
public void setYellow(int value)
            
 <br/>get_Yellow();<br/>set_Yellow(value);<br/>Object.defineProperty('Yellow'); 
public:
property int Yellow {
   int get();
   void set (    int value);
}

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

See Also

Reference

SelectiveColorCommandData Class
SelectiveColorCommandData Members

Error processing SSI file