UtilFreeImageGrayScale(Bitmap) Method
Grayscales the specified image.
Namespace: DevCase.ThirdParty.FreeImageAssembly: DevCase.net48.ThirdParty.FreeImage (in DevCase.net48.ThirdParty.FreeImage.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Bitmap GrayScale(
Bitmap bmp
)
Public Shared Function GrayScale (
bmp As Bitmap
) As Bitmap
Dim bmp As Bitmap
Dim returnValue As Bitmap
returnValue = UtilFreeImage.GrayScale(bmp)
public:
static Bitmap^ GrayScale(
Bitmap^ bmp
)
static member GrayScale :
bmp : Bitmap -> Bitmap
No code example is currently available or this language may not be supported.
- bmp Bitmap
-
The source Bitmap.
Bitmap
The resulting image.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FreeImageNET