JUCE
Public Member Functions | List of all members
BitmapLEDProgram Struct Reference

A simple Program to set the colours of individual LEDs. More...

Inheritance diagram for BitmapLEDProgram:

Public Member Functions

 BitmapLEDProgram (Block &)
 
void setLED (uint32 x, uint32 y, LEDColour)
 Set the colour of the LED at coordinates {x, y}. More...
 
- Public Member Functions inherited from Block::Program
 Program (Block &)
 
virtual ~Program ()=default
 
virtual juce::Array< FilegetSearchPaths ()
 Returns an array of search paths to use when resolving includes. More...
 

Additional Inherited Members

- Public Attributes inherited from Block::Program
Blockblock
 

Detailed Description

A simple Program to set the colours of individual LEDs.

Constructor & Destructor Documentation

◆ BitmapLEDProgram()

BitmapLEDProgram::BitmapLEDProgram ( Block )

Member Function Documentation

◆ setLED()

void BitmapLEDProgram::setLED ( uint32  x,
uint32  y,
LEDColour   
)

Set the colour of the LED at coordinates {x, y}.


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