aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkColorSpace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/core/SkColorSpace.h b/include/core/SkColorSpace.h
index 2908268306..35466fde23 100644
--- a/include/core/SkColorSpace.h
+++ b/include/core/SkColorSpace.h
@@ -241,6 +241,12 @@ public:
*/
static bool Equals(const SkColorSpace* src, const SkColorSpace* dst);
+ /**
+ * If this color space was constructed from an ICC profile, return that profile data.
+ * Otherise, return nullptr.
+ */
+ const SkData* profileData() const { return this->onProfileData(); }
+
private:
virtual const SkMatrix44* onToXYZD50() const = 0;
virtual uint32_t onToXYZD50Hash() const = 0;