Uses of Interface
toxi.color.DistanceProxy
Packages that use DistanceProxy
-
Uses of DistanceProxy in toxi.color
Classes in toxi.color that implement DistanceProxyModifier 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)
).Methods in toxi.color with parameters of type DistanceProxyModifier 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.Constructors in toxi.color with parameters of type DistanceProxy