Extracts color for design data collected from the Figma API.
Can convert to hex. Infered color data are added in a new column named
as color
.
Examples
if (FALSE) { # \dontrun{
file_key <- "sFHgQh9dL6369o5wrZHmdR"
resp <- get_file_styles(file_key) %>%
as_design_tibble() %>%
add_color()
} # }