Skip to content

Commit

Permalink
keep all F for white
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed May 29, 2024
1 parent 059f581 commit bbae185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion R/gt_load_png_as_traffic_raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gt_load_png_as_traffic_raster <- function(filename,
unique() %>%
as.data.frame() %>%
dplyr::rename(hex = ".") %>%
dplyr::mutate(hex_noff = str_replace_all(.data$hex, "FF$", ""))
dplyr::mutate(hex_noff = str_replace_all(.data$hex, "FF$", "FF"))

lab_df <- color_df$hex_noff %>%
schemr::hex_to_lab()
Expand Down

0 comments on commit bbae185

Please sign in to comment.