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
DelegateFractionBasedBorderPainter
Link copied to clipboard
fun DelegateFractionBasedBorderPainter(displayName: String, delegate: FractionBasedBorderPainter, masks: LongArray, transform: (AuroraColorScheme) -> AuroraColorScheme)
Content copied to clipboard
Types
Functions
get Representative Color
Link copied to clipboard
open override fun getRepresentativeColor(borderScheme: AuroraColorScheme): Color
Content copied to clipboard
paint Border
Link copied to clipboard
open override fun paintBorder(drawScope: DrawScope, size: Size, outline: Outline, outlineInner: Outline?, borderScheme: AuroraColorScheme, alpha: Float)
Content copied to clipboard
Properties
delegate
Link copied to clipboard
displayName
Link copied to clipboard
isPaintingInnerOutline
Link copied to clipboard
transform
Link copied to clipboard