Interface for CGreyscale wrapper.
More...
Go to the source code of this file.
Interface for CGreyscale wrapper.
◆ CGreyscale_Create()
| CGreyscale CGreyscale_Create |
( |
const CIDRS |
argIDRS, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Creates a new CGreyscale object.
- Parameters
-
| argIDRS | The iDRS |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CGreyscale object.
◆ CGreyscale_Destroy()
| void CGreyscale_Destroy |
( |
CGreyscale |
argCGreyscale, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CGreyscale handle.
- Parameters
-
| argCGreyscale | CGreyscale handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CGreyscale_Greyscale()
| void CGreyscale_Greyscale |
( |
const CIDRS |
argIDRS, |
|
|
CImage |
argImage, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Greyscale converts an image to greyscale.
- Parameters
-
| argIDRS | The iDRS |
| argImage | The image where greyscale operation will be applied |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CGreyscale_Greyscale2()
| void CGreyscale_Greyscale2 |
( |
CGreyscale |
argCGreyscale, |
|
|
CImage |
argImage, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Greyscale converts an image to greyscale.
- Parameters
-
| argCGreyscale | CGreyscale handle |
| argImage | The image where greyscale operation will be applied |
| pargException | Pointer to exception structure that will be filled if an exception occurs |