MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
paint.h File Reference
#include "MagickCore/color.h"
#include "MagickCore/draw.h"
Include dependency graph for paint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickExport ImageOilPaintImage (const Image *, const double, const double, ExceptionInfo *)
 
MagickExport MagickBooleanType FloodfillPaintImage (Image *, const DrawInfo *, const PixelInfo *, const ssize_t, const ssize_t, const MagickBooleanType, ExceptionInfo *)
 
MagickExport MagickBooleanType GradientImage (Image *, const GradientType, const SpreadMethod, const StopInfo *, const size_t, ExceptionInfo *)
 
MagickExport MagickBooleanType OpaquePaintImage (Image *, const PixelInfo *, const PixelInfo *, const MagickBooleanType, ExceptionInfo *)
 
MagickExport MagickBooleanType TransparentPaintImage (Image *, const PixelInfo *, const Quantum, const MagickBooleanType, ExceptionInfo *)
 
MagickExport MagickBooleanType TransparentPaintImageChroma (Image *, const PixelInfo *, const PixelInfo *, const Quantum, const MagickBooleanType, ExceptionInfo *)
 

Function Documentation

◆ FloodfillPaintImage()

MagickExport MagickBooleanType FloodfillPaintImage ( Image ,
const DrawInfo ,
const PixelInfo ,
const  ssize_t,
const  ssize_t,
const  MagickBooleanType,
ExceptionInfo  
)

◆ GradientImage()

MagickExport MagickBooleanType GradientImage ( Image ,
const  GradientType,
const  SpreadMethod,
const StopInfo ,
const  size_t,
ExceptionInfo  
)

◆ OilPaintImage()

◆ OpaquePaintImage()

MagickExport MagickBooleanType OpaquePaintImage ( Image ,
const PixelInfo ,
const PixelInfo ,
const  MagickBooleanType,
ExceptionInfo  
)

◆ TransparentPaintImage()

MagickExport MagickBooleanType TransparentPaintImage ( Image ,
const PixelInfo ,
const  Quantum,
const  MagickBooleanType,
ExceptionInfo  
)

◆ TransparentPaintImageChroma()