aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCary Clark <caryclark@skia.org>2018-10-17 09:39:54 -0400
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-10-17 14:09:00 +0000
commit7bae65d0070c5923abe8d052688b86e41d872f33 (patch)
treefa5ee2f4b426519a22f2bf732480dafeb2f34270 /docs
parentca7c297989619d9a1f3e7bd5389cf5ee25b11c0b (diff)
downloadskqp-7bae65d0070c5923abe8d052688b86e41d872f33.tar.gz
fix bookmaker
TBR=brianosman@google.com Docs-Preview: https://skia.org/?cl=163121 Bug: skia: Change-Id: I3191da39b9b9b642d2a7160ac0e274d56869bdf4 Reviewed-on: https://skia-review.googlesource.com/c/163121 Commit-Queue: Cary Clark <caryclark@skia.org> Auto-Submit: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/SkColor4f_Reference.bmh41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/SkColor4f_Reference.bmh b/docs/SkColor4f_Reference.bmh
index 9bb85965c6..97fabb173b 100644
--- a/docs/SkColor4f_Reference.bmh
+++ b/docs/SkColor4f_Reference.bmh
@@ -424,6 +424,47 @@ Returns SkRGBA4f with all components independent of Alpha.
#Method ##
+#Method uint32_t toBytes_RGBA() const
+#In Utility
+#Line # returns kRGBA_8888_SkColorType color ##
+
+Produces bytes in RGBA order. Component values are not affected by color Alpha.
+
+#Return color ##
+
+#NoExample
+##
+
+#Method ##
+
+#Method static SkRGBA4f FromBytes_RGBA(uint32_t color)
+#In Utility
+#Line # sets kRGBA_8888_SkColorType color ##
+
+Returns from color kRGBA_8888_SkColorType order. Component values are
+not affected by color Alpha.
+
+#Param color Premultiplied or Unpremultiplied ##
+#Return color ##
+
+#NoExample
+##
+
+#Method ##
+
+#Method SkRGBA4f makeOpaque() const
+#In Utility
+#Line # returns color without transparency ##
+
+Returns color with Alpha set to one.
+
+#Return color ##
+
+#NoExample
+##
+
+#Method ##
+
#Struct ##
#Typedef SkRGBA4f SkColor4f