aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkImage_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkImage_Reference.bmh')
-rw-r--r--docs/SkImage_Reference.bmh8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/SkImage_Reference.bmh b/docs/SkImage_Reference.bmh
index 002e529819..1c329801a8 100644
--- a/docs/SkImage_Reference.bmh
+++ b/docs/SkImage_Reference.bmh
@@ -2187,8 +2187,9 @@ void draw(SkCanvas* canvas) {
# ------------------------------------------------------------------------------
-#Method sk_sp<SkImage> makeColorSpace(sk_sp<SkColorSpace> target,
- SkTransferFunctionBehavior premulBehavior) const
+#Method sk_sp<SkImage> makeColorSpace(
+ sk_sp<SkColorSpace> target,
+ SkTransferFunctionBehavior premulBehavior = SkTransferFunctionBehavior::kIgnore) const
#In Constructor
#Line # creates Image matching Color_Space if possible ##
@@ -2207,7 +2208,8 @@ and Color_Space.
Set premulBehavior to SkTransferFunctionBehavior::kIgnore to treat Image
pixels as linear, when converting to destination Color_Type
-and Color_Space, ignoring pixel encoding.
+and Color_Space, ignoring pixel encoding. premulBehavior is
+SkTransferFunctionBehavior::kIgnore by default.
#Param target Color_Space describing color range of returned Image ##
#Param premulBehavior one of: SkTransferFunctionBehavior::kRespect,