Sets alpha of bounding box
(&mut self, value: f64)
| 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 | /// |
no outgoing calls