Skip to main content

rs_RGBColorTable

Function rs_RGBColorTable 

Source
pub unsafe extern "C" fn rs_RGBColorTable(
    dst_argb: *mut u8,
    dst_stride_argb: c_int,
    table_argb: *const u8,
    dst_x: c_int,
    dst_y: c_int,
    width: c_int,
    height: c_int,
) -> c_int