Class ColorFilter

java.lang.Object
icyllis.modernui.graphics.ColorFilter
Direct Known Subclasses:
BlendModeColorFilter

public abstract class ColorFilter extends Object
ColorFilters are optional objects in the drawing pipeline. When present in a paint, they are called with the "src" colors, and return new colors, which are then passed onto the next stage (either ImageFilter or Blender).

All subclasses are required to be reentrant-safe : it must be legal to share the same instance between several threads.

Since:
3.11
  • Constructor Details

    • ColorFilter

      public ColorFilter()