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

@brief Changes the 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 color_format Color format of the input data. @return Status code of the operation: OK(0) for success.