AuroraDecorationPainter

interface AuroraDecorationPainter : AuroraTrait

Decoration painter interface for Aurora.

Author

Kirill Grouchnikov

Functions

paintDecorationArea
Link copied to clipboard
abstract fun paintDecorationArea(drawScope: DrawScope, decorationAreaType: DecorationAreaType, componentSize: Size, outline: Outline, rootSize: Size, offsetFromRoot: Offset, colorScheme: AuroraColorScheme)

Paints the decoration area as a specified shape.

Properties

displayName
Link copied to clipboard
abstract val displayName: String

The display name of this trait.

Inheritors

ArcDecorationPainter
Link copied to clipboard
FlatDecorationPainter
Link copied to clipboard
MatteDecorationPainter
Link copied to clipboard
ShaderWrapperDecorationPainter
Link copied to clipboard