fade_board: Fade the chess board

Description Usage Arguments Examples

View source: R/fade-board.R

Description

Fading the board can make annotations stand out more

Usage

1
fade_board(fade = 0.5, fill = "white")

Arguments

fade

fade ammount between 0 (no fade) and 1 (no board)

fill

fade colour (default = "white")

Examples

1
2
3
plot_fen() +
  fade_board() +
  add_arrow("g1", "f3")

cj-holmes/ggambit documentation built on July 22, 2021, 12:56 p.m.