Interface for CNegative wrapper.
More...
Go to the source code of this file.
|
| 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.
|
| |
| void | CNegative_Negative2 (CNegative argCNegative, CImage argImage, const CPolygon argPolygon, idrs_exception *pargException) |
| | Inverts the given area in the image.
|
| |
| void | CNegative_Negative3 (CIDRS argIDRS, CImage argImage, idrs_exception *pargException) |
| | Inverts the given 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.
|
| |
Interface for CNegative wrapper.
◆ CNegative_Create()
| CNegative CNegative_Create |
( |
const CIDRS |
argIDRS, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Creates a new CNegative object.
- Parameters
-
| argIDRS | The iDRS |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CNegative object.
◆ CNegative_Destroy()
| void CNegative_Destroy |
( |
CNegative |
argCNegative, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CNegative handle.
- Parameters
-
| argCNegative | CNegative handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CNegative_Negative()
| void CNegative_Negative |
( |
CNegative |
argCNegative, |
|
|
CImage |
argImage, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Inverts the given image.
- Parameters
-
| argCNegative | CNegative handle |
| argImage | The image to process. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CNegative_Negative2()
| void CNegative_Negative2 |
( |
CNegative |
argCNegative, |
|
|
CImage |
argImage, |
|
|
const CPolygon |
argPolygon, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Inverts the given area in the image.
- Parameters
-
| argCNegative | CNegative handle |
| argImage | The image to process. |
| argPolygon | The area to process. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CNegative_Negative3()
| void CNegative_Negative3 |
( |
CIDRS |
argIDRS, |
|
|
CImage |
argImage, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Inverts the given image.
- Parameters
-
| argIDRS | The iDRS |
| argImage | The image to process. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CNegative_Negative4()
| void CNegative_Negative4 |
( |
CIDRS |
argIDRS, |
|
|
CImage |
argImage, |
|
|
const CPolygon |
argPolygon, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Inverts the given area in the image.
- Parameters
-
| argIDRS | The iDRS |
| argImage | The image to process. |
| argPolygon | The area to process. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |