[−][src]Function bear_lib_terminal::terminal::put_ext
pub fn put_ext(pos: Point, offset: Point, cell: char, corners: &Vec<Color>)
Prints the specified character to the specified pixel-offsetted location, gradient-colouring it from the corners.
For details see the docs for the terminal_put_ext()
C API function.