Package org. pushingpixels. aurora. theming. painter. decoration
Types
Arc Decoration Painter
Link copied to clipboard
Implementation of AuroraDecorationPainter that uses "arc" painting on title panes and lighter gradient near the horizontal center of the application frame.
Aurora Decoration Painter
Link copied to clipboard
Decoration painter interface for Aurora.
Brushed Metal Decoration Painter
Link copied to clipboard
Implementation of AuroraDecorationPainter that uses brushed metal painting on decoration areas.
Flat Decoration Painter
Link copied to clipboard
Decoration painter that paints a flat appearance.
Marble Noise Decoration Painter
Link copied to clipboard
class MarbleNoiseDecorationPainter(textureAlpha: Float, baseDecorationPainter: AuroraDecorationPainter?) : ShaderWrapperDecorationPainter
Content copied to clipboard
Implementation of AuroraDecorationPainter that uses marble noise painting on decoration areas.
Matte Decoration Painter
Link copied to clipboard
Implementation of AuroraDecorationPainter that uses matte painting on decoration areas.
Shader Wrapper Decoration Painter
Link copied to clipboard
abstract class ShaderWrapperDecorationPainter(shaderGenerator: (AuroraColorScheme) -> Shader, baseDecorationPainter: AuroraDecorationPainter?) : AuroraDecorationPainter
Content copied to clipboard
Implementation of AuroraDecorationPainter that uses a Skia shader to paint on decoration areas.