Get colors on sRGB grid

pth_mat_gamut(
  n_point = 5,
  transformer = pth_to_cieluv,
  set = c("edge", "vertex", "surface", "all")
)

Arguments

n_point

integer number of points along a dimension

transformer

function used to transform the colors to new color space, e.g. pth_to_cieluv.

set

character indicates the geometry to which to limit the points on the gamut.

Value

matrix with S3 class pth_mat.