• Api Documentation
  • Code Coverage
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.ColorQuant
      • ColorQuantizerResult
      • IColorQuantizer
      • WuAlphaColorQuantizer
      • WuColorQuantizer

    Interface IColorQuantizer

    Defines a color quantizer.

    Namespace: JeremyAnsel.ColorQuant
    Assembly: JeremyAnsel.ColorQuant.dll
    Syntax
    public interface IColorQuantizer

    Methods

    | Edit this page View Source

    Quantize(byte[])

    Quantizes an image.

    Declaration
    ColorQuantizerResult Quantize(byte[] image)
    Parameters
    Type Name Description
    byte[] image

    The image (XRGB or ARGB).

    Returns
    Type Description
    ColorQuantizerResult

    The result.

    | Edit this page View Source

    Quantize(byte[], int)

    Quantizes an image.

    Declaration
    ColorQuantizerResult Quantize(byte[] image, int colorCount)
    Parameters
    Type Name Description
    byte[] image

    The image (XRGB or ARGB).

    int colorCount

    The color count.

    Returns
    Type Description
    ColorQuantizerResult

    The result.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 1992 Xiaolin Wu, 2014-2022 Jérémy Ansel