18#ifndef MAGICKCORE_COLORMAP_H
19#define MAGICKCORE_COLORMAP_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickExport MagickBooleanType
26 AcquireImageColormap(Image *,
const size_t),
27 CycleColormapImage(Image *,
const ssize_t),
28 SortColormapByIntensity(Image *);
30#if defined(__cplusplus) || defined(c_plusplus)