Fix a typo (#3014)
This commit is contained in:
parent
929bb70e5a
commit
7fa494815f
@ -923,7 +923,7 @@ uint8_t Segment::get_random_wheel_index(uint8_t pos) {
|
|||||||
* Gets a single color from the currently selected palette.
|
* Gets a single color from the currently selected palette.
|
||||||
* @param i Palette Index (if mapping is true, the full palette will be _virtualSegmentLength long, if false, 255). Will wrap around automatically.
|
* @param i Palette Index (if mapping is true, the full palette will be _virtualSegmentLength long, if false, 255). Will wrap around automatically.
|
||||||
* @param mapping if true, LED position in segment is considered for color
|
* @param mapping if true, LED position in segment is considered for color
|
||||||
* @param wrap FastLED palettes will usally wrap back to the start smoothly. Set false to get a hard edge
|
* @param wrap FastLED palettes will usually wrap back to the start smoothly. Set false to get a hard edge
|
||||||
* @param mcol If the default palette 0 is selected, return the standard color 0, 1 or 2 instead. If >2, Party palette is used instead
|
* @param mcol If the default palette 0 is selected, return the standard color 0, 1 or 2 instead. If >2, Party palette is used instead
|
||||||
* @param pbri Value to scale the brightness of the returned color by. Default is 255. (no scaling)
|
* @param pbri Value to scale the brightness of the returned color by. Default is 255. (no scaling)
|
||||||
* @returns Single color from palette
|
* @returns Single color from palette
|
||||||
|
Loading…
Reference in New Issue
Block a user