Skip to contents

Hexadecimal values are the passed vales to this function by default, but it is also possible to use string-named values (e.g. "dodgerblue") when specifying.

Usage

basketball_features_set_colors(
  plot_background = NULL,
  defensive_half_court = "#d2ab6f",
  offensive_half_court = "#d2ab6f",
  court_apron = "#d2ab6f",
  center_circle_outline = "#000000",
  center_circle_fill = "#d2ab6f",
  division_line = "#000000",
  endline = "#000000",
  sideline = "#000000",
  two_point_range = "#d2ab6f",
  three_point_line = "#000000",
  painted_area = "#d2ab6f",
  lane_boundary = "#000000",
  free_throw_circle_outline = "#000000",
  free_throw_circle_fill = "#d2ab6f",
  free_throw_circle_dash = "#000000",
  lane_space_mark = "#000000",
  inbounding_line = "#000000",
  substitution_line = "#000000",
  baseline_lower_defensive_box = "#000000",
  lane_lower_defensive_box = "#000000",
  team_bench_line = "#000000",
  restricted_arc = "#000000",
  backboard = "#000000",
  basket_ring = "#f55b33",
  net = "#ffffff"
)

Arguments

plot_background

A hexadecimal string representing the color to use for this feature

defensive_half_court

A hexadecimal string representing the color to use for this feature

offensive_half_court

A hexadecimal string representing the color to use for this feature

court_apron

A hexadecimal string representing the color to use for this feature

center_circle_outline

A hexadecimal string representing the color to use for this feature

center_circle_fill

A hexadecimal string representing the color to use for this feature

division_line

A hexadecimal string representing the color to use for this feature

endline

A hexadecimal string representing the color to use for this feature

sideline

A hexadecimal string representing the color to use for this feature

two_point_range

A hexadecimal string representing the color to use for this feature

three_point_line

A hexadecimal string representing the color to use for this feature

painted_area

A hexadecimal string representing the color to use for this feature

lane_boundary

A hexadecimal string representing the color to use for this feature

free_throw_circle_outline

A hexadecimal string representing the color to use for this feature

free_throw_circle_fill

A hexadecimal string representing the color to use for this feature

free_throw_circle_dash

A hexadecimal string representing the color to use for this feature

lane_space_mark

A hexadecimal string representing the color to use for this feature

inbounding_line

A hexadecimal string representing the color to use for this feature

substitution_line

A hexadecimal string representing the color to use for this feature

baseline_lower_defensive_box

A hexadecimal string representing the color to use for this feature

lane_lower_defensive_box

A hexadecimal string representing the color to use for this feature

team_bench_line

A hexadecimal string representing the color to use for this feature

restricted_arc

A hexadecimal string representing the color to use for this feature

backboard

A hexadecimal string representing the color to use for this feature

basket_ring

A hexadecimal string representing the color to use for this feature

net

A hexadecimal string representing the color to use for this feature

Value

A list of hexadecimal colors to use to color the features on the resulting plot