/** * Encapsulates a blend function, including non-public APIs. * Blends combine a source color (the result of our paint) and destination color (from the canvas) * into a final color.
*/ class SkBlenderBase : public SkBlender { public: /** * Returns true if this SkBlender represents any SkBlendMode, and returns the blender's * SkBlendMode in `mode`. Returns false for other types of blends.
*/ virtual std::optional<SkBlendMode> asBlendMode() const { return {}; }
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.