I’m trying to use the slider and hsvPicker user interface control functions, but I don’t see anything rendered on the web page. Are these working? If they are how do I get them to show?
I have v2.17 firmware.
Here’s an example I am trying to make work. I’m expecting to use a slider and hsvPicker to set the h, s, v. values to render.
export var _v
export var _h
export var _s
export function sliderMySlider(v) {
_v = v
}
export function hsvPickerMyPicker(h, s, v) {
_h = h
_s = s
}
export function beforeRender(delta) {
}
export function render(index) {
hsv(_h, _s, _v)
}
I should also mention, all those docs are built in and available just under the editor, which will always match the version that Pixelblaze is running.
So cool! By the way, the picker sometimes exemplifies some of the perceptual hue issues in HSV I was running into, where rainbows on linear hue values have really brief reds and oranges: