⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

region_contains_color

Function region_contains_color 

Source
pub fn region_contains_color(
    pixels: &[u32],
    width: usize,
    rect: &PixelRect,
    color: u32,
) -> bool
Expand description

Check if a pixel region contains a specific color