MCPcopy Create free account
hub / github.com/cpmech/plotpy / set_bbox_alpha

Method set_bbox_alpha

src/text.rs:187–190  ·  view source on GitHub ↗

Sets alpha of bounding box

(&mut self, value: f64)

Source from the content-addressed store, hash-verified

185
186 /// Sets alpha of bounding box
187 pub fn set_bbox_alpha(&mut self, value: f64) -> &mut Self {
188 self.bbox_alpha = value;
189 self
190 }
191
192 /// Sets style of bounding box; example
193 ///

Callers 3

options_box_worksFunction · 0.80
test_textFunction · 0.80
test_text_3dFunction · 0.80

Calls

no outgoing calls

Tested by 3

options_box_worksFunction · 0.64
test_textFunction · 0.64
test_text_3dFunction · 0.64