pub fn apply_blur(
    window: impl HasRawWindowHandle,
    color: Option<Color>
) -> Result<(), Error>
Expand description

Applies blur effect to window. Works only on Windows 7, Windows 10 v1809 or newer up to Windows 11 22H1.

Argumesnts:

  • color is ignored on Windows 7 and has no effect.

Platform-specific

  • Linux / macOS: Unsupported.