Function xcb::render::create_linear_gradient_checked
[−]
[src]
pub fn create_linear_gradient_checked<'a>(
c: &'a Connection,
picture: Picture,
p1: Pointfix,
p2: Pointfix,
stops: &[Fixed],
colors: &[Color]
) -> VoidCookie<'a>