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

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

    Class ColorQuantizerResult

    A result of color quantization.

    Inheritance
    object
    ColorQuantizerResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.ColorQuant
    Assembly: JeremyAnsel.ColorQuant.dll
    Syntax
    public sealed class ColorQuantizerResult

    Constructors

    | Edit this page View Source

    ColorQuantizerResult(int, int)

    Initializes a new instance of the ColorQuantizerResult class.

    Declaration
    public ColorQuantizerResult(int size, int colorCount)
    Parameters
    Type Name Description
    int size

    The size of the result.

    int colorCount

    The color count.

    Properties

    | Edit this page View Source

    Bytes

    Gets the bytes.

    Declaration
    public byte[] Bytes { get; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Palette

    Gets the palette (XRGB or ARGB).

    Declaration
    public byte[] Palette { get; }
    Property Value
    Type Description
    byte[]
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 1992 Xiaolin Wu, 2014-2022 Jérémy Ansel