Uses of Class
org.openhab.core.library.types.HSBType
Packages that use HSBType
Package
Description
-
Uses of HSBType in org.openhab.core.library.items
Methods in org.openhab.core.library.items with parameters of type HSBType -
Uses of HSBType in org.openhab.core.library.types
Fields in org.openhab.core.library.types declared as HSBTypeModifier and TypeFieldDescriptionstatic final HSBTypeHSBType.BLACKstatic final HSBTypeHSBType.BLUEstatic final HSBTypeHSBType.GREENstatic final HSBTypeHSBType.REDstatic final HSBTypeHSBType.WHITEMethods in org.openhab.core.library.types that return HSBTypeModifier and TypeMethodDescriptionstatic HSBTypeHSBType.fromRGB(int r, int g, int b) Create HSB from RGB.static HSBTypeHSBType.fromXY(float x, float y) Deprecated.static HSBTypeMethods in org.openhab.core.library.types with parameters of type HSBType -
Uses of HSBType in org.openhab.core.model.script.actions
Methods in org.openhab.core.model.script.actions that return HSBTypeModifier and TypeMethodDescriptionstatic HSBTypeCoreUtil.rgbToHsb(int[] rgb) static HSBTypeCoreUtil.rgbToHsb(PercentType[] rgb) static HSBTypeCoreUtil.xyToHsb(double[] xy) static HSBTypeCoreUtil.xyToHsb(double[] xy, double[] gamutR, double[] gamutG, double[] gamutB) Methods in org.openhab.core.model.script.actions with parameters of type HSBTypeModifier and TypeMethodDescriptionstatic int[]static PercentType[]CoreUtil.hsbToRgbPercent(HSBType hsb) static int[]static PercentType[]CoreUtil.hsbToRgbwPercent(HSBType hsb) static intstatic double[]static double[] -
Uses of HSBType in org.openhab.core.util
Methods in org.openhab.core.util that return HSBTypeModifier and TypeMethodDescriptionstatic HSBTypeColorUtil.rgbToHsb(int[] rgbw) static HSBTypeColorUtil.rgbToHsb(PercentType[] rgbw) static HSBTypeColorUtil.xyToHsb(double[] xy) static HSBTypeColorUtil.xyToHsb(double[] xyY, ColorUtil.Gamut gamut) Methods in org.openhab.core.util with parameters of type HSBTypeModifier and TypeMethodDescriptionstatic int[]static PercentType[]ColorUtil.hsbToRgbPercent(HSBType hsb) static int[]static PercentType[]ColorUtil.hsbToRgbwPercent(HSBType hsb) static intstatic double[]static double[]ColorUtil.hsbToXY(HSBType hsb, ColorUtil.Gamut gamut)
ColorUtil.xyToHsb(double[])orColorUtil.xyToHsb(double[], ColorUtil.Gamut)instead.