Palette Painter Hints Provider
abstract class PalettePainterHintsProvider(isDark: Boolean, intellijIconPalette: Map<String, String?>, themeIconPalette: Map<String, String?>, themeColorPalette: Map<String, Color?>) : PainterHintsProvider
Provides the default PainterHints to use to load images.
Constructors
Functions
Link copied to clipboard
These hints will be consumed after the hints which are passed as a parameter to PainterProvider.getPainter.
Link copied to clipboard
These hints will be consumed before the hints which are passed as a parameter to PainterProvider.getPainter.