←Select platform

BlueFactor Property (GrayScaleExtendedCommand)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int BlueFactor {get; set;}
Public Property BlueFactor As Integer
public int BlueFactor {get; set;}
@property (nonatomic, assign) NSInteger blueFactor
public int getBlueFactor() 
public void setBlueFactor(int value) 
get_BlueFactor(); 
set_BlueFactor(value); 
Object.defineProperty('BlueFactor'); 
public: 
property int BlueFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Example

Refer to GrayScaleExtendedCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize