R/print.R

Defines functions print.color_scheme

# Print

#' @export
print.color_scheme <- function(x, ...) {
  print(unclass(x))
}
tesselle/khroma documentation built on Jan. 15, 2024, 9:15 p.m.