Closed ijlyttle closed 4 years ago
This will return a function with S3 class cpath_palette:
cpath_palette
x
"l"
"u"
"v"
# given matrix of luv values palette_bezier <- function(luv) # returns cpath_palette
The class for the function will be called cpath_palette_luv to denote that the palette function returns an matrix containing LUV values.
cpath_palette_luv
This will return a function with S3 class
cpath_palette
:x
(vector, each member between 0 and 1)"l"
,"u"
,"v"
)