Uses of Class
org.openhab.core.util.ColorUtil.Point
Packages that use ColorUtil.Point
-
Uses of ColorUtil.Point in org.openhab.core.util
Methods in org.openhab.core.util that return ColorUtil.PointModifier and TypeMethodDescriptionColorUtil.Gamut.closest(ColorUtil.Point p) return point in color gamut closest to a given pointColorUtil.Point.closest(ColorUtil.Point a, ColorUtil.Point b) return point closest to this point on a line between a and bMethods in org.openhab.core.util with parameters of type ColorUtil.PointModifier and TypeMethodDescriptionColorUtil.Gamut.closest(ColorUtil.Point p) return point in color gamut closest to a given pointColorUtil.Point.closest(ColorUtil.Point a, ColorUtil.Point b) return point closest to this point on a line between a and bdoubleColorUtil.Point.crossProduct(ColorUtil.Point other) return the cross product of this tuple and the other tupledoubleColorUtil.Point.distance(ColorUtil.Point other) distance between this point and another point