set_colors: Set the colors of the user interface entities

Description Usage Arguments Examples

View source: R/global_set_colors.R

Description

Set the colors of the user interface entities

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
set_colors(
  marker = "#FFFFFF",
  coral = "#FF95BC",
  not_coral = "#B8B27B",
  text = "#000000",
  plane = "#FFFFFF",
  check_correct = "#00FF00",
  check_incorrect = "#FF0000",
  evaluation_selection = "#00FF00",
  cursor = "#FF0000"
)

Arguments

marker

Character string of the HEX color

coral

Character string of the HEX color

not_coral

Character string of the HEX color

text

Character string of the HEX color

plane

Character string of the HEX color

check_correct

Character string of the HEX color

check_incorrect

Character string of the HEX color

evaluation_selection

Character string of the HEX color

cursor

Character string of the HEX color

Examples

1
2
3
4
5
set_colors()

set_colors("#FFFFFF")

set_colors("#FFFFFF", "#FF95BC", "#B8B27B", "#000000", "#FFFFFF", "#00FF00", "#FF0000", "#00FF00", "#FF0000")

MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.