Index: include/core/SkColorSpace.h |
diff --git a/include/core/SkColorSpace.h b/include/core/SkColorSpace.h |
index a96f6220951a98e518eb8483b0f63cb0b539b948..7d5f017e8eacfd23446ed74d163d6d233a1eae6c 100644 |
--- a/include/core/SkColorSpace.h |
+++ b/include/core/SkColorSpace.h |
@@ -66,6 +66,7 @@ public: |
/** |
* Create an SkColorSpace with the same gamut as this color space, but with linear gamma. |
+ * If this is not possible due to the color space specification, nullptr is returned. |
msarett
2016/10/11 13:40:30
I'm still struggling with this... Though I don't
|
*/ |
sk_sp<SkColorSpace> makeLinearGamma(); |