Classic Fill Painter
Fill painter that returns images with classic appearance.
Author
Kirill Grouchnikov
Constructors
Types
Functions
Link copied to clipboard
Computes the color of the bottom portion of the fill. Override to provide different visual.
Link 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