| 223 | settings::cableOpacity = math::clamp(value, getMinValue(), getMaxValue()); |
| 224 | } |
| 225 | float getValue() override { |
| 226 | return settings::cableOpacity; |
| 227 | } |
| 228 | float getDefaultValue() override { |
| 229 | return 0.5; |
| 230 | } |
nothing calls this directly
no outgoing calls
no test coverage detected