←Select platform

RedFactor Property

Summary

Gets or sets a value that represents the percentage or weight given to the red value of each pixel in the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int RedFactor { get; set; } 
Public Property RedFactor As Integer 
public int RedFactor {get; set;} 
@property (nonatomic, assign) NSInteger redFactor 
public int getRedFactor() 
public void setRedFactor(int value) 
             
 <br/>get_RedFactor();<br/>set_RedFactor(value);<br/>Object.defineProperty('RedFactor');  
public: 
property int RedFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the percentage or weight given to the red value of each pixel in the image. Possible values are 0 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