pub fn copy_pixel_buffer(tab_id: TabId) -> WuiResult<PixelBuffer>Expand description
Copy the pixel buffer for a tab NOTE: This creates a copy internally and is save to operate on. The format is BGRA (directly from CEF)
pub fn copy_pixel_buffer(tab_id: TabId) -> WuiResult<PixelBuffer>Copy the pixel buffer for a tab NOTE: This creates a copy internally and is save to operate on. The format is BGRA (directly from CEF)