Hello! I hope I’m not being annoying by posting another thread, but thanks to my earlier post I was able to more or less finish my generator! However new ideas have sparked up and I can’t seem to get them to work despite my best efforts again :(
I have three things I am trying to do-
-
I am trying to make it so that the marking will only generate darker than the random base it chooses out of the hue, saturation, and brightness values. I think I managed to do this, but I am not 100% sure and wanted it double checked.
-
I want to separate the underbelly into three different parts. Underbelly, paws, and face. However, I want the paws and face to generate as the same opacity as the underbelly.
-
I haven’t tried this yet, but I assume it would work the same as the others? But I want to add more leg fades, but they will clash with other paws. Essentially I want certain fades to generate with certain paw types. Would this work the same as what I have for how certain markings will only generate on certain bases?
Thank you again, you all have been so much help getting my generator to where it is now, I’m excited to expand it and make it even better for the small community it’s being made for.
- wthit56@lemmy.worldEnglish1·3 months ago
- I don’t know how you’ve built it so far, but you might want to look into the backdrop-filter css property, which affects whatever happens to be underneath the image. Maybe you could darken the image below with the markings, sort of thing.
- I guess store that opacity and use it in other places.
- I guess? 🤷