|
FastLED 3.9.15
|
Functions | |
| bool | parseHexColor (const fl::string &hexStr, u8 &r, u8 &g, u8 &b) |
| Parse hex color string to RGB components. | |
| void | parseSegmentFields (const fl::json &segJson, WLEDSegment &seg) |
| Parse all fields from a segment JSON object into a WLEDSegment. | |
| fl::string | rgbToHex (u8 r, u8 g, u8 b) |
| Convert RGB components to hex string. | |