ijlyttle / colorpath

Build Color Paths
https://ijlyttle.github.io/colorpath
Other
0 stars 0 forks source link

palette_bezier() #4

Closed ijlyttle closed 4 years ago

ijlyttle commented 4 years ago

This will return a function with S3 class cpath_palette:

# given matrix of luv values
palette_bezier <- function(luv) # returns cpath_palette
ijlyttle commented 4 years ago

The class for the function will be called cpath_palette_luv to denote that the palette function returns an matrix containing LUV values.