Function ggez::graphics::set_color [] [src]

pub fn set_color(ctx: &mut Context, color: Color) -> GameResult<()>

Sets the foreground color, which will be used for drawing rectangles, lines, etc. Default: white.