Table of Contents

TLabColor.DistanceSquared Method

Returns the euclidean distance squared (DeltaE CIE 1976 squared) between this color and other color.

Syntax

Unit: FlexCel.Core

function TLabColor.DistanceSquared(const Color2: TLabColor): Double;

Parameters

<-> Parameter Type Description
const Color2 TLabColor

See also