←Select platform

BlueGrayFactor Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int BlueGrayFactor { get; set; } 
Public Property BlueGrayFactor As Integer 
@property (nonatomic, assign) NSInteger blueGrayFactor 
public int getBlueGrayFactor() 
public void setBlueGrayFactor(int value) 
public: 
property int BlueGrayFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Leadtools.ImageProcessing.Color Assembly