FastLED 3.9.3
Loading...
Searching...
No Matches
_DrawContext Struct Reference

Detailed Description

Public Member Functions

 _DrawContext (uint32_t now, CRGB *leds, uint16_t frame_time=0, float speed=1.0f, uint8_t *alpha_channel=nullptr)
 

Public Attributes

uint32_t now
 
CRGBleds
 
uint16_t frame_time = 0
 
float speed = 1.0f
 
uint8_t * alpha_channel = nullptr
 

Constructor & Destructor Documentation

◆ _DrawContext()

_DrawContext::_DrawContext ( uint32_t now,
CRGB * leds,
uint16_t frame_time = 0,
float speed = 1.0f,
uint8_t * alpha_channel = nullptr )
inline

Definition at line 17 of file draw_context.h.

Member Data Documentation

◆ alpha_channel

uint8_t* _DrawContext::alpha_channel = nullptr

Definition at line 16 of file draw_context.h.

◆ frame_time

uint16_t _DrawContext::frame_time = 0

Definition at line 14 of file draw_context.h.

◆ leds

CRGB* _DrawContext::leds

Definition at line 13 of file draw_context.h.

◆ now

uint32_t _DrawContext::now

Definition at line 12 of file draw_context.h.

◆ speed

float _DrawContext::speed = 1.0f

Definition at line 15 of file draw_context.h.


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