[PR] Use MatrixPeakMeter itemColour3 to colour the overs in the max peak display
-
No idea if anyone will find this useful, but I needed it for my own plugin so I made a PR.
Use MatrixPeakMeter itemColour3 to colour the overs in the max peak display
If itemColour3 is defined for a MatrixPeakMeter (or rather, it has alpha) it will be used to colour the overs (>= 0.99f) in the max peaks.
I found myself wanting to colour the overs in red for the peak meter component. Initially I hardcoded them as red but later noticed itemColour3 isn't used for anything for this component, so it was an easy addition.