MCPcopy Index your code
hub / github.com/RustOtomeLab/RustEng / opacity

Method opacity

src/config/text.rs:26–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24 }
25
26 pub(crate) fn opacity(&self) -> f32 {
27 self.opacity
28 }
29
30 pub(crate) fn from_weak(weak: Weak<MainWindow>) -> Self {
31 if let Some(window) = weak.upgrade() {

Callers 1

load_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected