iDRS™ SDK 16
Loading...
Searching...
No Matches
CGreyscale_interface.h File Reference

Interface for CGreyscale wrapper. More...

Go to the source code of this file.

Functions

CGreyscale CGreyscale_Create (const CIDRS argIDRS, idrs_exception *pargException)
 Creates a new CGreyscale object.
 
void CGreyscale_Greyscale (const CIDRS argIDRS, CImage argImage, idrs_exception *pargException)
 Greyscale converts an image to greyscale.
 
void CGreyscale_Greyscale2 (CGreyscale argCGreyscale, CImage argImage, idrs_exception *pargException)
 Greyscale converts an image to greyscale.
 
void CGreyscale_Destroy (CGreyscale argCGreyscale, idrs_exception *pargException)
 Destroys a CGreyscale handle.
 

Detailed Description

Interface for CGreyscale wrapper.

Function Documentation

◆ CGreyscale_Create()

CGreyscale CGreyscale_Create ( const CIDRS  argIDRS,
idrs_exception *  pargException 
)

Creates a new CGreyscale object.

Parameters
argIDRSThe iDRS
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created CGreyscale object.
Remarks
Instances created by this method can also be provided to CImageOperation methods

◆ CGreyscale_Destroy()

void CGreyscale_Destroy ( CGreyscale  argCGreyscale,
idrs_exception *  pargException 
)

Destroys a CGreyscale handle.

Parameters
argCGreyscaleCGreyscale handle to destroy
pargExceptionPointer 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
argIDRSThe iDRS
argImageThe image where greyscale operation will be applied
pargExceptionPointer 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
argCGreyscaleCGreyscale handle
argImageThe image where greyscale operation will be applied
pargExceptionPointer to exception structure that will be filled if an exception occurs