Index: Source/platform/graphics/Color.h |
diff --git a/Source/platform/graphics/Color.h b/Source/platform/graphics/Color.h |
index 655218d70e11803905d3b0e5f9164a0876581b45..70a6fc2867b20ba616f8b3d4eeee9fecb2c3482c 100644 |
--- a/Source/platform/graphics/Color.h |
+++ b/Source/platform/graphics/Color.h |
@@ -118,6 +118,8 @@ public: |
Color light() const; |
Color dark() const; |
+ Color combineWithAlpha(float otherAlpha) const; |
+ |
// This is an implementation of Porter-Duff's "source-over" equation |
Color blend(const Color&) const; |
Color blendWithWhite() const; |