-
InterfaceDescriptionThis class is not meant as a public API - it should only be used internally from within the framework
-
ClassDescriptionYou should consider using
ClonableAudioStream
and/orSizeableAudioStream
to detect audio stream capabilitiesuse theTransformationRegistry
instead
-
MethodDescriptionorg.openhab.core.automation.module.script.rulesupport.shared.ScriptedRuleProvider.removeRule
(String) UseColorUtil.xyToHsb(double[])
orColorUtil.xyToHsb(double[], ColorUtil.Gamut)
instead. Returns a HSBType object representing the provided xy color values in CIE XY color model. Conversion from CIE XY color model to sRGB using D65 reference white Returned color is set to full brightnessUseColorUtil.hsbToRgb(HSBType)
insteadUseColorUtil.hsbToRgb(HSBType)
insteadUseColorUtil.hsbToRgb(HSBType)
insteadUseColorUtil.hsbTosRgb(HSBType)
instead. Returns the RGB value representing the color in the default sRGB color model. (Bits 24-31 are alpha, 16-23 are red, 8-15 are green, 0-7 are blue).UseTransformationHelper.transform(String, String)
instead