StandardBorderPainter

open class StandardBorderPainter : AuroraBorderPainter

Functions

Link copied to clipboard
open fun getBottomBorderColor(borderScheme: AuroraColorScheme): Color

Computes the color of the bottom portion of the border. Override to provide different visual.

Link copied to clipboard
open fun getMidBorderColor(borderScheme: AuroraColorScheme): Color

Computes the color of the middle portion of the border. Override to provide different visual.

Link copied to clipboard
open override fun getRepresentativeColor(borderScheme: AuroraColorScheme): Color
Link copied to clipboard
open fun getTopBorderColor(borderScheme: AuroraColorScheme): Color

Computes the color of the top portion of the border. Override to provide different visual.

Link copied to clipboard
open override fun paintBorder(drawScope: DrawScope, size: Size, outline: Outline, outlineInner: Outline?, borderScheme: AuroraColorScheme, alpha: Float)

Properties

Link copied to clipboard
open override val displayName: String

The display name of this trait.

Link copied to clipboard
open override val isPaintingInnerOutline: Boolean

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard