←Select platform

Cyan Property

Summary

Gets or sets a value that specifies the percentage of cyan in a color.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Cyan {get; set;}
Public Property Cyan As Integer
public int Cyan {get; set;}
@property (nonatomic, assign) char cyan
public int getCyan() 
public void setCyan(int value) 
get_Cyan(); 
set_Cyan(value); 
Object.defineProperty('Cyan'); 
public: 
property int Cyan { 
   int get(); 
   void set (    int ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize