JUCE
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BitmapLEDProgram Struct Reference

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

#include <juce_BitmapLEDProgram.h>

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}.
 
- 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.
 

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: