Uses of Class
com.formdev.flatlaf.extras.FlatSVGIcon.ColorFilter
Packages that use FlatSVGIcon.ColorFilter
-
Uses of FlatSVGIcon.ColorFilter in com.formdev.flatlaf.extras
Methods in com.formdev.flatlaf.extras that return FlatSVGIcon.ColorFilterModifier and TypeMethodDescriptionAdds a color mapping.Adds a color mapping, which has different colors for light and dark themes.Adds color mappings.Adds a color mappings, which has different colors for light and dark themes.FlatSVGIcon.getColorFilter()Returns the currently active color filter ornull.static FlatSVGIcon.ColorFilterFlatSVGIcon.ColorFilter.getInstance()Returns the global ColorFilter that is applied to all icons.Removes a specific color mapping.FlatSVGIcon.ColorFilter.removeAll()Removes all color mappings.Methods in com.formdev.flatlaf.extras with parameters of type FlatSVGIcon.ColorFilterModifier and TypeMethodDescriptionFlatSVGIcon.setColorFilter(FlatSVGIcon.ColorFilter colorFilter) Sets a color filter that can freely modify colors of this icon during painting.