7#ifndef CNEGATIVE_INTERFACE_H
9#define CNEGATIVE_INTERFACE_H
Interface for CIDRS wrapper.
Interface for CImageOperation wrapper.
void CNegative_Negative2(CNegative argCNegative, CImage argImage, const CPolygon argPolygon, idrs_exception *pargException)
Inverts the given area in the image.
void CNegative_Negative4(CIDRS argIDRS, CImage argImage, const CPolygon argPolygon, idrs_exception *pargException)
Inverts the given area in the image.
void CNegative_Destroy(CNegative argCNegative, idrs_exception *pargException)
Destroys a CNegative handle.
void CNegative_Negative3(CIDRS argIDRS, CImage argImage, idrs_exception *pargException)
Inverts the given image.
CNegative CNegative_Create(const CIDRS argIDRS, idrs_exception *pargException)
Creates a new CNegative object.
void CNegative_Negative(CNegative argCNegative, CImage argImage, idrs_exception *pargException)
Inverts the given image.
Interface for CPolygon wrapper.
The CImage class manages images for iDRS.
The CNegative class offers negative image transformation.
The CPolygon class handles polygons for iDRS.