Android APIs
public static interface

Palette.Filter

android.support.v7.graphics.Palette.Filter

Class Overview

A Filter provides a mechanism for exercising fine-grained control over which colors are valid within a resulting Palette.

Summary

Public Methods
abstract boolean isAllowed(int rgb, float[] hsl)
Hook to allow clients to be able filter colors from resulting palette.

Public Methods

public abstract boolean isAllowed (int rgb, float[] hsl)

Hook to allow clients to be able filter colors from resulting palette.

Parameters
rgb the color in RGB888.
hsl HSL representation of the color.
Returns
  • true if the color is allowed, false if not.