Index: include/core/SkColorFilter.h |
diff --git a/include/core/SkColorFilter.h b/include/core/SkColorFilter.h |
index 14192c55ea93cae5219d9b78a7581ebd0857ba8f..ad97a730ee6a2c998a63e8f4a461eb8cfdaeb111 100644 |
--- a/include/core/SkColorFilter.h |
+++ b/include/core/SkColorFilter.h |
@@ -102,6 +102,11 @@ public: |
*/ |
SkColor filterColor(SkColor) const; |
+ /** |
+ * Filters a single color. |
+ */ |
+ SkColor4f filterColor4f(const SkColor4f&) const; |
+ |
/** Create a colorfilter that uses the specified color and mode. |
If the Mode is DST, this function will return NULL (since that |
mode will have no effect on the result). |