ComputeSymmetry {colorpatch} | R Documentation |
Computes the symmetry of a given bi-variate color palette
ComputeSymmetry(pal, color.space = "LAB")
pal |
A two-sided input palette colorspace::color |
color.space |
Color space where the distances shall be computed (default "LAB") |
a data frame with index, side (pos/neg) and distance
data("OptimGreenRedLAB")
df <- ComputeSymmetry(OptimGreenRedLAB)
print(df)