Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / ToIndexed8bppBitmap Method / ToIndexed8bppBitmap(DitheringMethod) Method
The method of two-dimensional error diffusion dithering.

In This Topic
    ToIndexed8bppBitmap(DitheringMethod) Method
    In This Topic
    Creates an Indexed8bppBitmap from the current image.
    Syntax
    'Declaration
     
    Public Overloads Function ToIndexed8bppBitmap( _
       ByVal ditheringMethod As DitheringMethod _
    ) As Indexed8bppBitmap
    public Indexed8bppBitmap ToIndexed8bppBitmap( 
       DitheringMethod ditheringMethod
    )

    Parameters

    ditheringMethod
    The method of two-dimensional error diffusion dithering.

    Return Value

    A new instance of Indexed8bppBitmap.
    See Also