Updated API Reference (markdown)

Michael Miller
2016-04-23 23:24:17 -07:00
parent f34828ba68
commit ccb4ca58b2

@@ -11,8 +11,9 @@ Color Objects - These objects are used to define and reference colors.
[NeoPixelAnimator](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object-API) - The primary interface for running animations. [NeoPixelAnimator](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object-API) - The primary interface for running animations.
[NeoGamma](https://github.com/Makuna/NeoPixelBus/wiki/NeoGamma-object) - Color conversion for better gradient color matching. [NeoGamma](https://github.com/Makuna/NeoPixelBus/wiki/NeoGamma-object) - Color correction for better gradient color matching.
Raster Objects - These objects are used to store images and render them to the NeoPixelBus. Raster Objects - These objects are used to store images and render them to the NeoPixelBus.
* [NeoBuffer](https://github.com/Makuna/NeoPixelBus/wiki/NeoBuffer-object-API) - simple image buffer * [NeoBuffer](https://github.com/Makuna/NeoPixelBus/wiki/NeoBuffer-object-API) - simple image buffer
* [NeoVerticalSpriteSheet](https://github.com/Makuna/NeoPixelBus/wiki/NeoVerticalSpriteSheet-object-API) - sprite image sheet * [NeoVerticalSpriteSheet](https://github.com/Makuna/NeoPixelBus/wiki/NeoVerticalSpriteSheet-object-API) - sprite image sheet
* [NeoBitmapFile](https://github.com/Makuna/NeoPixelBus/wiki/NeoBitmapFile-object-API) - bitmap file rendering object