MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / ModAmountComponentExtended

Method ModAmountComponentExtended

Source/gui/ModAmountComponentExtended.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21ModAmountComponentExtended::ModAmountComponentExtended() {
22 m_input_limit = 3.f;
23}
24
25void ModAmountComponentExtended::setColorBarsExtended(
26 juce::Colour p_col_pos_1, juce::Colour p_col_pos_2, juce::Colour p_col_pos_3, juce::Colour p_col_neg_1, juce::Colour p_col_neg_2, juce::Colour p_col_neg_3) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected