跳到主要内容

sws_getColorspaceDetails

搜索

函数 sws_getColorspaceDetails 

源代码
pub unsafe extern "C" fn sws_getColorspaceDetails(
    c: *mut SwsContext,
    inv_table: *mut *mut c_int,
    srcRange: *mut c_int,
    table: *mut *mut c_int,
    dstRange: *mut c_int,
    brightness: *mut c_int,
    contrast: *mut c_int,
    saturation: *mut c_int,
) -> c_int
展开描述

@return A negative error code on error, non negative otherwise. If LIBSWSCALE_VERSION_MAJOR < 7, returns -1 if not supported.