|
ErrorDiffusionColorDitheringApply Method (UnmanagedImage)
|
Perform color dithering for the specified image.
Namespace:
Accord.Imaging.ColorReduction
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic Bitmap Apply(
UnmanagedImage sourceImage
)
Public Function Apply (
sourceImage As UnmanagedImage
) As Bitmap
Request Example
View SourceParameters
- sourceImage
- Type: Accord.ImagingUnmanagedImage
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