Click here to Skip to main content
15,887,338 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: Curious question Pin
Les Stokes20-Apr-22 13:47
Les Stokes20-Apr-22 13:47 
GeneralRe: Curious question Pin
Gary R. Wheeler20-Apr-22 13:58
Gary R. Wheeler20-Apr-22 13:58 
GeneralRe: Curious question Pin
kurt place20-Apr-22 19:46
kurt place20-Apr-22 19:46 
GeneralRe: Curious question Pin
jmaida22-Apr-22 9:59
jmaida22-Apr-22 9:59 
GeneralCCC - 19-04-2022 Pin
pkfox18-Apr-22 21:51
professionalpkfox18-Apr-22 21:51 
GeneralRe: CCC - 19-04-2022 Pin
Randor 18-Apr-22 22:17
professional Randor 18-Apr-22 22:17 
GeneralRe: CCC - 19-04-2022 Pin
pkfox18-Apr-22 22:25
professionalpkfox18-Apr-22 22:25 
GeneralHow to avoid real work Pin
honey the codewitch18-Apr-22 17:42
mvahoney the codewitch18-Apr-22 17:42 
I made a silly IoT thing that tells you the name of the color you're pointing at.

ESP32 X11 Color Detector w/ GFX - YouTube[^]

It's not even useful as a color picker, because nobody needs a color picker on IoT.

But it has 140 named X11 colors to choose from. Some of the choices, like finding indian red among the pinks, are surprising, but not inaccurate by cartesian color distance methods.

Anyway, it's not really worth making an article out of, because it's not useful by itself, but presented as a curiosity for any of you PCers that want to adapt the idea into your projects.

It's very simple. Get an HSV color value, use that to do your color picky things, and drawing, and then make a palette of named x11 colors. Use a cartesian distance matching algorithm to find the closest matching color in the palette, and then use that palette index as an index into a string table containing the color names.

Anyway, just a silly toy i made.
To err is human. Fortune favors the monsters.

GeneralRe: How to avoid real work Pin
Super Lloyd18-Apr-22 19:21
Super Lloyd18-Apr-22 19:21 
GeneralRe: How to avoid real work Pin
deepok118-Apr-22 20:44
deepok118-Apr-22 20:44 
GeneralRe: How to avoid real work Pin
Jörgen Andersson19-Apr-22 0:06
professionalJörgen Andersson19-Apr-22 0:06 
GeneralRe: How to avoid real work Pin
honey the codewitch19-Apr-22 1:28
mvahoney the codewitch19-Apr-22 1:28 
GeneralRe: How to avoid real work Pin
Jörgen Andersson19-Apr-22 1:30
professionalJörgen Andersson19-Apr-22 1:30 
PraiseRe: How to avoid real work Pin
Gary R. Wheeler20-Apr-22 14:03
Gary R. Wheeler20-Apr-22 14:03 
GeneralRe: How to avoid real work Pin
honey the codewitch20-Apr-22 14:31
mvahoney the codewitch20-Apr-22 14:31 
GeneralRe: How to avoid real work Pin
Alister Morton20-Apr-22 0:37
Alister Morton20-Apr-22 0:37 
GeneralZedGraph is a great chart control Pin
Southmountain18-Apr-22 16:29
Southmountain18-Apr-22 16:29 
GeneralRe: ZedGraph is a great chart control Pin
Super Lloyd18-Apr-22 17:12
Super Lloyd18-Apr-22 17:12 
GeneralRe: ZedGraph is a great chart control Pin
Slow Eddie19-Apr-22 2:06
professionalSlow Eddie19-Apr-22 2:06 
GeneralWordle Hurdle Pin
Vivi Chellappa18-Apr-22 8:47
professionalVivi Chellappa18-Apr-22 8:47 
GeneralRe: Wordle Hurdle Pin
ChandraRam18-Apr-22 9:37
ChandraRam18-Apr-22 9:37 
GeneralRe: Wordle Hurdle Pin
Amarnath S18-Apr-22 13:54
professionalAmarnath S18-Apr-22 13:54 
GeneralRe: Wordle Hurdle Pin
DerekT-P19-Apr-22 0:58
professionalDerekT-P19-Apr-22 0:58 
GeneralRe: Wordle Hurdle Pin
Luc Pattyn18-Apr-22 17:49
sitebuilderLuc Pattyn18-Apr-22 17:49 
GeneralRe: Wordle Hurdle Pin
OriginalGriff18-Apr-22 19:18
mveOriginalGriff18-Apr-22 19:18 

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.