8 #ifndef SkBlender_DEFINED
9 #define SkBlender_DEFINED
28 friend class SkBlenderBase;
SkBlendMode
Blends are operators that take in two colors (source, destination) and return a new color.
Definition: SkBlendMode.h:38
SkBlender represents a custom blend function in the Skia pipeline.
Definition: SkBlender.h:19
static sk_sp< SkBlender > Mode(SkBlendMode mode)
Create a blender that implements the specified BlendMode.
SkFlattenable is the base class for objects that need to be flattened into a data stream for either t...
Definition: SkFlattenable.h:28