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 HSBType
HSBType.BLACK
static final HSBType
HSBType.BLUE
static final HSBType
HSBType.GREEN
static final HSBType
HSBType.RED
static final HSBType
HSBType.WHITE
Methods in org.openhab.core.library.types that return HSBTypeModifier and TypeMethodDescriptionstatic HSBType
HSBType.fromRGB
(int r, int g, int b) Create HSB from RGB.static HSBType
HSBType.fromXY
(float x, float y) Deprecated.static HSBType
Methods 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 HSBType
CoreUtil.rgbToHsb
(int[] rgb) static HSBType
CoreUtil.rgbToHsb
(PercentType[] rgb) static HSBType
CoreUtil.xyToHsb
(double[] xy) static HSBType
CoreUtil.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 int
static double[]
static double[]
-
Uses of HSBType in org.openhab.core.util
Methods in org.openhab.core.util that return HSBTypeModifier and TypeMethodDescriptionstatic HSBType
ColorUtil.rgbToHsb
(int[] rgbw) static HSBType
ColorUtil.rgbToHsb
(PercentType[] rgbw) static HSBType
ColorUtil.xyToHsb
(double[] xy) static HSBType
ColorUtil.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 int
static double[]
static double[]
ColorUtil.hsbToXY
(HSBType hsb, ColorUtil.Gamut gamut)
ColorUtil.xyToHsb(double[])
orColorUtil.xyToHsb(double[], ColorUtil.Gamut)
instead.