Struct browser_window::window::Opacity [−][src]
pub struct Opacity<'a> { /* fields omitted */ }
Expand description
Gets or sets the opacity of the window. An opacity of 255 means the window is invisible. An opacity of 0 means the window is completely visible. Anything in between makes the window transparent.
This feature only works on Windows.