Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
quantize.h File Reference

Go to the source code of this file.

Classes

struct  QuantizeObj
 

Typedefs

typedef unsigned long ColorFreq
 
typedef ColorFreqHistogram
 

Functions

void quantize (at_bitmap *, long ncolors, const at_color *bgColor, QuantizeObj **, at_exception_type *exp)
 
void quantize_object_free (QuantizeObj *obj)
 

Typedef Documentation

◆ ColorFreq

typedef unsigned long ColorFreq

Definition at line 38 of file quantize.h.

◆ Histogram

typedef ColorFreq* Histogram

Definition at line 39 of file quantize.h.

Function Documentation

◆ quantize()

void quantize ( at_bitmap ,
long  ncolors,
const at_color bgColor,
QuantizeObj **  ,
at_exception_type exp 
)

◆ quantize_object_free()

void quantize_object_free ( QuantizeObj obj)