Gets or sets an additional weighting factor (percentage) used to modify the blue component in the output pixel.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property BlueGrayFactor As Integer |
C# | |
---|
public int BlueGrayFactor {get; set;} |
C++/CLI | |
---|
public:
property int BlueGrayFactor {
int get();
void set ( int value);
} |
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
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also