spinImageGetColorProcessing

Function spinImageGetColorProcessing 

Source
pub unsafe extern "C" fn spinImageGetColorProcessing(
    hImage: spinImage,
    pAlgorithm: *mut spinColorProcessingAlgorithm,
) -> spinError
Expand description

Retrieves the color processing algorithm of a specific image @see spinError

@param hImage The image of the color processing algorithm to retrieve @param pAlgorithm The color processing algorithm pointer in which the color processing algorithm is returned

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error