androidx.palette.graphics
Interfaces
Filter |
A Filter provides a mechanism for exercising fine-grained control over which colors are valid within a resulting |
PaletteAsyncListener |
Listener to be used with |
Classes
Palette |
A helper class to extract prominent colors from an image. |
Target |
A class which allows custom selection of colors in a |
Extension functions summary
For Palette | |
operator Palette.Swatch? |
Returns the selected swatch for the given target from the palette, or |
Extension functions
get
inline operator fun Palette.get(target: Target): Palette.Swatch?
Returns the selected swatch for the given target from the palette, or null
if one
could not be found.
See Also