Virtual Method

HeQuantizerquantize

Declaration

HeQuantizerResult*
quantize (
  HeQuantizer* self,
  gint* pixels,
  gint pixels_length1,
  gint max_colors
)

Description

No description available.

Parameters

pixels

Type: An array of gint

No description available.

The length of the array is specified in the pixels_length1 argument.
The data is owned by the caller of the method.
pixels_length1

Type: gint

No description available.

max_colors

Type: gint

No description available.

Return value

Type: HeQuantizerResult

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.