aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/c/sk_paint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/c/sk_paint.h')
-rw-r--r--include/c/sk_paint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/c/sk_paint.h b/include/c/sk_paint.h
index 481147f1e5..382438051b 100644
--- a/include/c/sk_paint.h
+++ b/include/c/sk_paint.h
@@ -65,6 +65,11 @@ void sk_paint_set_shader(sk_paint_t*, sk_shader_t*);
*/
void sk_paint_set_maskfilter(sk_paint_t*, sk_maskfilter_t*);
+/**
+ * Set the paint's xfermode to the specified parameter.
+ */
+void sk_paint_set_xfermode_mode(sk_paint_t*, sk_xfermode_mode_t);
+
SK_C_PLUS_PLUS_END_GUARD
#endif