Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
bool UiState::contrast_enabled() const {
112
return contrast_;
113
}
114
115
void UiState::set_contrast_enabled(bool enabled) {
116
contrast_ = enabled;
Callers
4
main
Function · 0.80
draw_contrast_panel
Function · 0.80
draw_toolbar
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64