pub unsafe fn ie_network_get_color_format(
    network: *const ie_network_t,
    input_name: *const c_char,
    colformat_result: *mut colorformat_e
) -> IEStatusCode
Expand description

@brief Gets color format of the input data. @ingroup Network @param network A pointer to ie_network_t instance. @param input_name Name of input data. @param colformat_result The pointer to the color format used for input blob creation. @return Status code of the operation: OK(0) for success.