FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fl::Leds Class Reference

Detailed Description

Definition at line 11 of file leds.h.

#include <leds.h>

+ Inheritance diagram for fl::Leds:
+ Collaboration diagram for fl::Leds:

Public Member Functions

 Leds (const Leds &)=default
 
 Leds (CRGB *leds, const XYMap &xymap)
 
 Leds (CRGB *leds, uint16_t width, uint16_t height)
 
 Leds (Leds &&)=default
 
CRGBat (int x, int y)
 
const CRGBat (int x, int y) const
 
void fill (const CRGB &color)
 
size_t height () const
 
 operator const CRGB * () const
 
 operator CRGB * ()
 
CRGBoperator() (int x, int y)
 
const CRGBoperator() (int x, int y) const
 
Ledsoperator= (const Leds &)=default
 
CRGBoperator[] (int x)
 
const CRGBoperator[] (int x) const
 
CRGBrgb ()
 
const CRGBrgb () const
 
size_t width () const
 
const XYMapxymap () const
 

Static Protected Member Functions

static CRGBempty ()
 

Protected Attributes

CRGBmLeds
 
XYMap mXyMap
 

The documentation for this class was generated from the following files: