←Select platform

Magenta Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Magenta { get; set; } 
Public Property Magenta As Integer 
public int Magenta {get; set;} 
@property (nonatomic, assign) char magenta 
public int getMagenta() 
public void setMagenta(int value) 
             
 <br/>get_Magenta();<br/>set_Magenta(value);<br/>Object.defineProperty('Magenta');  
public: 
property int Magenta { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that specifies the percentage of magenta 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly