←Select platform

GreenGrayFactor Property

Summary

Gets or sets an additional weighting factor (percentage) used to modify the green component in the output pixel.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int GreenGrayFactor { get; set; } 
Public Property GreenGrayFactor As Integer 
public int GreenGrayFactor {get; set;} 
@property (nonatomic, assign) NSInteger greenGrayFactor 
public int getGreenGrayFactor() 
public void setGreenGrayFactor(int value) 
             
 <br/>get_GreenGrayFactor();<br/>set_GreenGrayFactor(value);<br/>Object.defineProperty('GreenGrayFactor');  
public: 
property int GreenGrayFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Additional weighting factor (percentage) used to modify the green component in the output pixel. This value can be negative. Possible values are -1000 to 1000.

Example

Refer to ConvertToColoredGrayCommand.

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