ComputeSymmetry {colorpatch}R Documentation

Computes the symmetry of a given bi-variate color palette

Description

Computes the symmetry of a given bi-variate color palette

Usage

ComputeSymmetry(pal, color.space = "LAB")

Arguments

pal

A two-sided input palette colorspace::color

color.space

Color space where the distances shall be computed (default "LAB")

Value

a data frame with index, side (pos/neg) and distance

Examples

data("OptimGreenRedLAB")
df <- ComputeSymmetry(OptimGreenRedLAB)
print(df)

[Package colorpatch version 0.1.2 Index]