FastLED 3.9.15
Loading...
Searching...
No Matches
fl::Pixel Struct Reference

Detailed Description

Definition at line 77 of file ___pixeltypes.h.

#include <___pixeltypes.h>

Public Member Functions

 Pixel ()
 
 Pixel (const Pixel &rhs)
 
 Pixel (uint8_t r, uint8_t g, uint8_t b)
 
bool operator!= (const Pixel &rhs)
 
Pixeloperator= (const uint32_t colorcode)
 
bool operator== (const Pixel &rhs)
 

Public Attributes

union { 
 
   struct { 
 
uint8_t blue
 
uint8_t green
 
uint8_t red
 
   }  
 
uint8_t raw [3]
 
};  
 

The documentation for this struct was generated from the following file: