Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

"The Col Module" is not working for me.

A topic by MrrPalta created 13 days ago Views: 64 Replies: 2
Viewing posts 1 to 2

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.

Developer (1 edit) (+1)

Have you copied the "col" module from the "All About Color" deck into the deck you're making using the Font/DA Mover?

Are you using the latest release of Decker (v1.66) and the "col" module (v1.1)? (As of this writing.)

Can you provide us with the Lil script you're trying to use? I can't correct problems if I don't know what you're trying.

(+2)

Oh, im stupid! XD
I didn't know I had to copy it to my project, I thought it was part of Decker or the Lil language
THX!!