Transparent
open class Transparent(color: Color) : WindowBackdrop, ColorableWindowBackdrop
Content copied to clipboard
Same as Solid but allows transparency taking into account the alpha value. If the passed color is fully opaque, the alpha is set to 0.5F.