aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkImage.h')
-rw-r--r--include/core/SkImage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index f04dd45c78..7e477ec8d3 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -6,7 +6,7 @@
*/
/* Generated by tools/bookmaker from include/core/SkImage.h and docs/SkImage_Reference.bmh
- on 2018-06-14 13:13:34. Additional documentation and examples can be found at:
+ on 2018-07-13 08:15:11. Additional documentation and examples can be found at:
https://skia.org/user/api/SkImage_Reference
You may edit either file directly. Structural changes to public interfaces require
@@ -870,7 +870,8 @@ public:
Set premulBehavior to SkTransferFunctionBehavior::kIgnore to treat SkImage
pixels as linear, when converting to destination SkColorType
- and SkColorSpace, ignoring pixel encoding.
+ and SkColorSpace, ignoring pixel encoding. premulBehavior is
+ SkTransferFunctionBehavior::kIgnore by default.
@param target SkColorSpace describing color range of returned SkImage
@param premulBehavior one of: SkTransferFunctionBehavior::kRespect,