Function rust_raylib::ffi::GetImageColor
source · pub unsafe extern "C" fn GetImageColor(
image: Image,
x: c_int,
y: c_int
) -> Color
Expand description
Get image pixel color at (x, y) position
pub unsafe extern "C" fn GetImageColor(
image: Image,
x: c_int,
y: c_int
) -> Color
Get image pixel color at (x, y) position