MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / contrast_enabled

Method contrast_enabled

src/host/ui/ui_state.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111bool UiState::contrast_enabled() const {
112 return contrast_;
113}
114
115void UiState::set_contrast_enabled(bool enabled) {
116 contrast_ = enabled;

Callers 4

mainFunction · 0.80
draw_contrast_panelFunction · 0.80
draw_toolbarFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64