C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an additional weighting factor (percentage) used to modify the blue component in the output pixel.
public int BlueGrayFactor { get; set; }
Public Property BlueGrayFactor As Integer
public int BlueGrayFactor {get; set;}
@property (nonatomic, assign) NSInteger blueGrayFactor
public int getBlueGrayFactor()
public void setBlueGrayFactor(int value)
<br/>get_BlueGrayFactor();<br/>set_BlueGrayFactor(value);<br/>Object.defineProperty('BlueGrayFactor');
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.
Refer to ConvertToColoredGrayCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET