Function webview_set_color

Source
pub unsafe extern "C" fn webview_set_color(
    this: *mut CWebView,
    red: u8,
    green: u8,
    blue: u8,
    alpha: u8,
)