Function rust_raylib::ffi::GetPixelColor
source · pub unsafe extern "C" fn GetPixelColor(
srcPtr: *mut c_void,
format: c_int
) -> Color
Expand description
Get Color from a source pixel pointer of certain format
pub unsafe extern "C" fn GetPixelColor(
srcPtr: *mut c_void,
format: c_int
) -> Color
Get Color from a source pixel pointer of certain format