Most of Arduino's style of C--except for library routines is flavored like C, which is preferable for writing small compact efficient code.
The FastLED library is one of the the most C++ like library I have seen that runs on the Arduino, noting that: Ref: Linus Torvalds: “C++ is really a terrible language!” | by Shingai Zivuku | Nerd For Tech | Medium
It appears that the writers of FastLED either were not aware of Arduino's Byte variable, or did nothing to naturalize their code. If you truly think I am being ungrateful for FastLED, please explain what I should feel grateful for. Well, I appreciated that someone tried to make a WS2812B library. I am sure that it's true that many people seem to have little trouble with it.
Yet, in the kitchen, I have a string of WS2812Bs in a box, two nice lithium batteries, a buck converter set to 5 volts. Let's see, I need a polycarbonate tube, and a clear plastic sheet, and some jacks to separate the batteries for charging, and yes, I've got to code for it, but I just don't want to do it C++. I have been working on another project, with 2,700 lines of code, in which, in some ways I have emulated C++, yet in some ways I have gone through great lengths to avoid its pitfalls, such as hiding the memory it's using. Notwithstanding....
The responses I have seen in this thread an others, begs the question: does user feedback count on this forum? Sure, I have seen others be really cruel to others of this forum, berating people for asking honest questions, or being new, so much so that I have warned others to make sure their kids are not feint of heart when the come to the forum. So, it's difficult to judge if what I am experiencing is personalized or not.
But for me, it's not that I expect everything I suggest, or perhaps anything--such as making a 24-bit variable standard, as they are used for RGB colors, and could save memory over longs on a micro-controller--or even my request to not have space on the editor that does little of anything but take up vertical space on a 16x9 monitor--it's just that I truly believe that my suggestions weren't considered. : (
That's what I feel when I come here to this forum : (
I will go back to what I was doing, that if I have some code to share with people, I will share it. That's it.