JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::DrumPadGridProgram::GridFill Struct Reference

Set how each pad in the grid looks. More...

#include <juce_DrumPadLEDProgram.h>

Collaboration diagram for juce::DrumPadGridProgram::GridFill:

Public Types

enum  FillType : uint8 {
  gradient = 0,
  filled = 1,
  hollow = 2,
  hollowPlus = 3,
  dotPulsing = 4,
  dotBlinking = 5,
  pizzaFilled = 6,
  pizzaHollow = 7
}
 

Public Attributes

LEDColour colour
 
FillType fillType
 

Detailed Description

Set how each pad in the grid looks.

Member Enumeration Documentation

◆ FillType

Enumerator
gradient 
filled 
hollow 
hollowPlus 
dotPulsing 
dotBlinking 
pizzaFilled 
pizzaHollow 

Member Data Documentation

◆ colour

LEDColour juce::DrumPadGridProgram::GridFill::colour

◆ fillType

FillType juce::DrumPadGridProgram::GridFill::fillType

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