Delegate Fraction Based Border Painter
class DelegateFractionBasedBorderPainter(displayName: String, delegate: FractionBasedBorderPainter, masks: LongArray, transform: (AuroraColorScheme) -> AuroraColorScheme) : AuroraBorderPainter
Content copied to clipboard
Delegate border painter that allows tweaking the visual appearance of borders.
Author
Kirill Grouchnikov
Constructors
Link copied to clipboard
fun DelegateFractionBasedBorderPainter(displayName: String, delegate: FractionBasedBorderPainter, masks: LongArray, transform: (AuroraColorScheme) -> AuroraColorScheme)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun getRepresentativeColor(borderScheme: AuroraColorScheme): Color
Content copied to clipboard
Link copied to clipboard
open override fun paintBorder(drawScope: DrawScope, size: Size, outline: Outline, outlineInner: Outline?, borderScheme: AuroraColorScheme, alpha: Float)
Content copied to clipboard