Package icyllis.modernui.graphics
Class ColorFilter
java.lang.Object
icyllis.modernui.graphics.ColorFilter
- Direct Known Subclasses:
BlendModeColorFilter
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ColorFilter
public ColorFilter()
-