/** * SkBlender represents a custom blend function in the Skia pipeline. A blender combines a source * color (the result of our paint) and destination color (from the canvas) into a final color.
*/ class SK_API SkBlender : public SkFlattenable { public: /** * Create a blender that implements the specified BlendMode.
*/ static sk_sp<SkBlender> Mode(SkBlendMode mode);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.