diff --git a/API-Reference.md b/API-Reference.md index 40562f2..ccaab8a 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -2,14 +2,18 @@ The following are quick links to the APIs to all the objects with user callable [NeoPixelBus](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object-API) - The primary interface to the NeoPixels. -[NeoPixelBrightnessBus](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBrightnessBus-object-API) - The primary interface to the NeoPixels that supports overall brightness support; at a cost. +[NeoPixelBusLg](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBusLg-object-API) - The primary interface to the NeoPixels that supports overall brightness and gamma support. Color Objects - These objects are used to define and reference colors. * [RgbColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbColor-object-API) * [RgbwColor](https://github.com/Makuna/NeoPixelBus/wiki/RgbwColor-object-API) +* [Rgb16Color](https://github.com/Makuna/NeoPixelBus/wiki/Rgb16Color-object-API) +* [Rgb48Color](https://github.com/Makuna/NeoPixelBus/wiki/Rgb48Color-object-API) +* [Rgbw64Color](https://github.com/Makuna/NeoPixelBus/wiki/Rgbw64Color-object-API) * [HtmlColor](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API) * [HslColor](https://github.com/Makuna/NeoPixelBus/wiki/HslColor-object-API) * [HsbColor (aka HsvColor)](https://github.com/Makuna/NeoPixelBus/wiki/HsbColor-object-API) +* [SevenSegDigit](https://github.com/Makuna/NeoPixelBus/wiki/SevenSegDigit-object-API) [NeoPixelAnimator](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object-API) - The primary interface for running animations.