DataVolley files use an integer representation of colours. These functions convert to and from hex colour strings as used in R.
Examples
dv_int2rgb(c(255, 16711680))
#> [1] "#0000FF" "#FF0000"
DataVolley files use an integer representation of colours. These functions convert to and from hex colour strings as used in R.
dv_int2rgb(c(255, 16711680))
#> [1] "#0000FF" "#FF0000"