|
OrderedColorDitheringApply Method (Bitmap)
|
Perform color dithering for the specified image.
Namespace:
Accord.Imaging.ColorReduction
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Bitmap Apply(
Bitmap sourceImage
)
Public Function Apply (
sourceImage As Bitmap
) As Bitmap
Request Example
View SourceParameters
- sourceImage
- Type: System.DrawingBitmap
Source image to do color dithering for.
Return Value
Type:
BitmapReturns color dithered image. See
ColorTable for information about format of
the result image.
Exceptions See Also