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

Show in webframe

Cyan Property








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

Property Value

Value that specifies the percentage of cyan 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