Glass Fill Painter
Fill painter that returns images with glass appearance.
Author
Kirill Grouchnikov
Constructors
Functions
Link copied to clipboard
open override fun getBottomFillColor(fillScheme: AuroraColorScheme): Color
Content copied to clipboard
Computes the color of the bottom portion of the fill. Override to provide different visual.
Link copied to clipboard
open override fun getMidFillColorBottom(fillScheme: AuroraColorScheme): Color
Content copied to clipboard
Computes the color of the middle portion of the fill from the bottom. Override to provide different visual.
Link copied to clipboard
open override fun getMidFillColorTop(fillScheme: AuroraColorScheme): Color
Content copied to clipboard
Computes the color of the middle portion of the fill from the top. Override to provide different visual.
Link copied to clipboard
Computes the color of the top portion of the fill. Override to provide different visual.
Link copied to clipboard
open override fun paintContourBackground(drawScope: DrawScope, size: Size, outline: Outline, fillScheme: AuroraColorScheme, alpha: Float)
Content copied to clipboard