distance abstract method

double distance(
  1. List<double> a,
  2. List<double> b
)

Squared distance between two colors. Distance is defined by scientific color spaces and referred to as delta E.

Implementation

double distance(List<double> a, List<double> b);