←Select platform

GreenFactor Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int GreenFactor { get; set; } 
Public Property GreenFactor As Integer 
@property (nonatomic, assign) NSInteger greenFactor 
public int getGreenFactor() 
public void setGreenFactor(int value) 
public: 
property int GreenFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the percentage or weight given to the green value of each pixel in the image. Possible values are 0 to 1000.

Example

Refer to GrayScaleExtendedCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly