estoy intentando hacer un controlador de colores para Decker utilizando valores HSV pero cuando intento usar "Col Module" no me funciona, el resultado final simplemente queda vacío y el color se vuelve negro
estaba usando ese método ya que lo vi en "all about colors" https://beyondloom.com/decker/color.html y pensaba que lo podía usar para esta herramienta
eso si, puedo pasar valores RGB a HSV utilizando métodos matemáticos que me ocupan unas cuantas lineas de código pero me funcionan, lo que trato ahora es pasar los valores HSV a RGB o Packed Color para poder ajustar colores por ese medio
I'm trying to create a color controller for Decker using HSV values, but when I try to use "Col Module," it doesn't work. The final result is simply empty, and the color turns black.
I was using that method because I saw it on "All About Colors" (https://beyondloom.com/decker/color.html) and thought I could use it for this tool.
However, I can convert RGB values to HSV using mathematical methods that take a few lines of code but work. What I'm trying to do now is convert the HSV values to RGB or Packed Color so I can adjust the colors that way.
