AuroraOverlayPainter

interface AuroraOverlayPainter : AuroraTrait

Overlay painter interface.

Author

Kirill Grouchnikov

Functions

paintOverlay
Link copied to clipboard
abstract fun paintOverlay(drawScope: DrawScope, decorationAreaType: DecorationAreaType, width: Float, height: Float, colors: AuroraSkinColors)

Paints the overlay.

Properties

displayName
Link copied to clipboard
abstract val displayName: String

The display name of this trait.

Inheritors

BottomLineOverlayPainter
Link copied to clipboard
BottomShadowOverlayPainter
Link copied to clipboard
TopBezelOverlayPainter
Link copied to clipboard
TopLineOverlayPainter
Link copied to clipboard
TopShadowOverlayPainter
Link copied to clipboard