Lines Matching refs:palette

84         void onGenerated(Palette palette);
165 * Returns all of the swatches which make up the palette.
173 * Returns the targets used to generate this palette.
181 * Returns the most vibrant swatch in the palette. Might be null.
191 * Returns a light and vibrant swatch from the palette. Might be null.
201 * Returns a dark and vibrant swatch from the palette. Might be null.
211 * Returns a muted swatch from the palette. Might be null.
221 * Returns a muted and light swatch from the palette. Might be null.
231 * Returns a muted and dark swatch from the palette. Might be null.
241 * Returns the most vibrant color in the palette as an RGB packed int.
252 * Returns a light and vibrant color from the palette as an RGB packed int.
263 * Returns a dark and vibrant color from the palette as an RGB packed int.
274 * Returns a muted color from the palette as an RGB packed int.
285 * Returns a muted and light color from the palette as an RGB packed int.
296 * Returns a muted and dark color from the palette as an RGB packed int.
307 * Returns the selected swatch for the given target from the palette, or {@code null} if one
316 * Returns the selected color for the given target from the palette as an RGB packed int.
327 * Returns the dominant swatch from the palette.
330 * within the palette.</p>
338 * Returns the color of the dominant swatch from the palette, as an RGB packed int.
439 * Represents a color swatch generated from an image's palette. The RGB color can be retrieved
685 * the greater time it will take to generate the palette. The smaller the image is, the
710 * allowed in the resulting palette.
723 * Set a region of the bitmap to be used exclusively when calculating the palette.
756 * Add a target profile to be generated in the palette.
850 * {@link PaletteAsyncListener#onGenerated} method will be called with the palette when
939 * Hook to allow clients to be able filter colors from resulting palette.