aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkColorSpace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkColorSpace.h')
-rw-r--r--include/core/SkColorSpace.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/core/SkColorSpace.h b/include/core/SkColorSpace.h
index 4265fcb352..eaafc25441 100644
--- a/include/core/SkColorSpace.h
+++ b/include/core/SkColorSpace.h
@@ -272,17 +272,4 @@ private:
using INHERITED = SkRefCnt;
};
-enum class SkTransferFunctionBehavior {
- /**
- * Converts to a linear space before premultiplying, unpremultiplying, or blending.
- */
- kRespect,
-
- /**
- * Premultiplies, unpremultiplies, and blends ignoring the transfer function. Pixels are
- * treated as if they are linear, regardless of their transfer function encoding.
- */
- kIgnore,
-};
-
#endif