From f6db495d2d3d1d535c51048a06091706e74f48f4 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Mon, 16 Jul 2018 13:06:02 -0400 Subject: Remove SkTransferFunctionBehavior Bug: skia: Change-Id: Iccbe609b2a8d4c9098ef36aa6530dbc3771e0c11 Reviewed-on: https://skia-review.googlesource.com/141055 Reviewed-by: Leon Scroggins Commit-Queue: Brian Osman --- include/core/SkColorSpace.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/core/SkColorSpace.h') 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 -- cgit v1.2.3