Uses of Interface
toxi.color.DistanceProxy
-
Uses of DistanceProxy in toxi.color
Modifier and TypeClassDescriptionclass
Implements theDistanceProxy
interface to sort colors by CMYK distance (used byColorList.sortByDistance(DistanceProxy, boolean)
).class
Implements theDistanceProxy
interface to sort colors by HSV distance (used byColorList.sortByDistance(DistanceProxy, boolean)
).class
Implements theDistanceProxy
interface to sort colors by RGB distance (used byColorList.sortByDistance(DistanceProxy, boolean)
).Modifier and TypeMethodDescriptionColorList.sortByDistance
(DistanceProxy proxy, boolean isReversed) Sorts the list by relative distance to each predecessor, starting with the darkest color in the list.ColorList.sortByProximityTo
(ReadonlyTColor target, DistanceProxy proxy, boolean isReversed) Sorts the list by proximity to the given target color using the givenDistanceProxy
implementation.