#krita #DigitalArt #portrait #gold #RGBA
Finally got a working GUI to edit a colormap. I'm still not 100% satisfied but much better than the other attempts.
#Development #Launches
The fastest JavaScript color library · Why the color-bits library is blazing fast https://ilo.im/15zzh2
_____
#Color #RGBA #JavaScript #V8 #Library #Benchmark #WebPerf #WebDev #Frontend
Управляем компьютерной RGB подсветкой без пк
Компьютерная ргб подсветка несет краски в наш мир, и конечно же пачку тяжеловесного софта который отнимает драгоценную память и циклы процессора. Но под капотом большинства аксессуаров с ргб подсветкой прячутся светодиоды с чипом WS2812 который легко управляется с простого микроконтроллера. О простом способе подключения таких девайсов без пк я расскажу далее в статье.
I got sidetracked working on #XResources support ... it all started from the wish that a child #widget should used its container's font when it doesn't have its own font configured (will be helpful e.g. for tooltips...)
Now I also integrated command-line overrides for resources in my XRdb resource database implementation, which is very cool. Actually, this system slightly reminds of CSS ... I can configure the looks of my #X11 application very flexibly!
Last thing I added was support for more formats to specify colors, plus querying the X server for named colors 😎.
#TIL: #XLib has some "color management" code and can parse and convert color specifications in different color spaces. 🤯 Ok, I don't want to link XLib (only #xcb), and I won't implement *this* myself, #RGB and #RGBA (together with "well-known" X11 color names) should really be all you ever need 🤪