R/data.R

#' HCL data frame
#'
#' A dataset containing values describing colors along a sample colorpath, using
#' the HCL colorspace. Describes the same colors as [mat_luv_blues].
#'
#' @format `data.frame` with 3 rows and 3 variables:
#' \describe{
#'   \item{h}{`numeric`, hue}
#'   \item{c}{`numeric`, chroma}
#'   \item{l}{`numeric`, luminance}
#' }
#'
"df_hcl_blues"

#' LUV matrix
#'
#' A dataset containing values describing colors along a sample colorpath, using
#' the LUV colorspace.  Describes the same colors as [df_hcl_blues].
#'
#' @format `matrix` with 3 rows and 3 variables:
#' \describe{
#'   \item{l}{`numeric`, luminance}
#'   \item{u}{`numeric`, u component}
#'   \item{v}{`numeric`, v component}
#' }
#'
"mat_luv_blues"
ijlyttle/colorpath documentation built on Sept. 13, 2022, 7:44 p.m.