Transparent

open class Transparent(color: Color) : WindowBackdrop, ColorableWindowBackdrop

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.

Constructors

Link copied to clipboard
fun Transparent(color: Color)

Types

Link copied to clipboard
object Companion : WindowBackdrop.Transparent

This makes the window fully transparent.

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

Inheritors

Link copied to clipboard