Click here to Skip to main content
15,888,454 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Neopixels are fun little widgets Pin
jeron128-Feb-24 4:03
jeron128-Feb-24 4:03 
GeneralRe: Neopixels are fun little widgets Pin
honey the codewitch28-Feb-24 4:48
mvahoney the codewitch28-Feb-24 4:48 
GeneralRe: Neopixels are fun little widgets Pin
jeron128-Feb-24 5:27
jeron128-Feb-24 5:27 
GeneralRe: Neopixels are fun little widgets PinPopular
Alister Morton28-Feb-24 22:53
Alister Morton28-Feb-24 22:53 
GeneralRe: Neopixels are fun little widgets Pin
bryanren29-Feb-24 5:35
bryanren29-Feb-24 5:35 
GeneralRe: Neopixels are fun little widgets Pin
honey the codewitch29-Feb-24 6:41
mvahoney the codewitch29-Feb-24 6:41 
GeneralRe: Neopixels are fun little widgets Pin
Gary R. Wheeler29-Feb-24 9:39
Gary R. Wheeler29-Feb-24 9:39 
GeneralRe: Neopixels are fun little widgets Pin
honey the codewitch29-Feb-24 10:16
mvahoney the codewitch29-Feb-24 10:16 
I agree. It's maddening, and my library doesn't fully support it because conversions are not symmetric - IOW, translating to the RGBW model and back to something else again yields a different result than the initial value.

It supports it well enough though, but unfortunately you can't do like rgbw32_colors::antique_white without causing a compile error due to how the color system works.

You can however, either manually construct such a color, or convert it from another color model.

It makes no sense. Basically what I did is used someone's hand tuned algorithm for approximating the colors based on an initial Hue/Saturation/Lightness value. It works well enough, but it's not very quick as it actually involves things like cosine computations.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Neopixels are fun little widgets Pin
Gary R. Wheeler29-Feb-24 10:30
Gary R. Wheeler29-Feb-24 10:30 
GeneralWordle 984 Pin
Shane010327-Feb-24 16:51
Shane010327-Feb-24 16:51 
GeneralRe: Wordle 984 Pin
Amarnath S27-Feb-24 17:07
professionalAmarnath S27-Feb-24 17:07 
GeneralRe: Wordle 984 Pin
OriginalGriff27-Feb-24 19:48
mveOriginalGriff27-Feb-24 19:48 
GeneralRe: Wordle 984 Pin
ChandraRam27-Feb-24 20:09
ChandraRam27-Feb-24 20:09 
GeneralRe: Wordle 984 Pin
GKP199227-Feb-24 20:59
professionalGKP199227-Feb-24 20:59 
GeneralRe: Wordle 984 - 3 4 me Pin
pkfox27-Feb-24 21:01
professionalpkfox27-Feb-24 21:01 
GeneralRe: Wordle 984 Pin
Sander Rossel27-Feb-24 22:21
professionalSander Rossel27-Feb-24 22:21 
GeneralRe: Wordle 984 Pin
HobbyProggy27-Feb-24 23:33
professionalHobbyProggy27-Feb-24 23:33 
GeneralRe: Wordle 984 Pin
Cp-Coder28-Feb-24 1:10
Cp-Coder28-Feb-24 1:10 
GeneralRe: Wordle 984 Pin
StarNamer@work28-Feb-24 2:53
professionalStarNamer@work28-Feb-24 2:53 
GeneralMFC? WinForms? I gotta ask... why? PinPopular
Stacy Dudovitz27-Feb-24 8:20
professionalStacy Dudovitz27-Feb-24 8:20 
QuestionRe: MFC? WinForms? I gotta ask... why? PinPopular
0x01AA27-Feb-24 8:24
mve0x01AA27-Feb-24 8:24 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Maximilien27-Feb-24 8:32
Maximilien27-Feb-24 8:32 
GeneralRe: MFC? WinForms? I gotta ask... why? PinPopular
0x01AA27-Feb-24 8:59
mve0x01AA27-Feb-24 8:59 
GeneralRe: MFC? WinForms? I gotta ask... why? Pin
Gerry Schmitz27-Feb-24 9:11
mveGerry Schmitz27-Feb-24 9:11 
GeneralRe: MFC? WinForms? I gotta ask... why? PinPopular
honey the codewitch27-Feb-24 9:14
mvahoney the codewitch27-Feb-24 9:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.