←Select platform

RedGrayFactor Property

Summary
Gets or sets an additional weighting factor (percentage) used to modify the red component in the output pixel.
Syntax
C#
VB
Objective-C
C++
Java
public int RedGrayFactor { get; set; } 
Public Property RedGrayFactor As Integer 
@property (nonatomic, assign) NSInteger redGrayFactor 
public int getRedGrayFactor() 
public void setRedGrayFactor(int value) 
public: 
property int RedGrayFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Additional weighting factor (percentage) used to modify the red 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.