Acrylic

open class Acrylic(val color: Color) : WindowBackdrop, ColorableWindowBackdrop

This applies Acrylic backdrop blended with the supplied color. If the backdrop is rendered opaque, double check that color has reasonable alpha value.

Supported on Windows 10 version 1803 or greater.

Constructors

Link copied to clipboard
fun Acrylic(color: Color)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun equalsImpl(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun hashCodeImpl(): Int

Properties

Link copied to clipboard
open override val color: Color