aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-04-03 15:31:59 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-03 20:02:25 +0000
commita4f581a475b2f4990d0e1d0a1703107cb429bcb2 (patch)
treed1427582f9e17e83c732c46ecad692d6efc80008 /docs
parent3a494f6eb487bcbb5f732aeccab9da6d1c9b618e (diff)
fix global method indentation
Check to see if a method is inside a struct or class before increasing its indentation. Also, add missing description. Docs-Preview: https://skia.org/?cl=118381 Bug: skia:6898 Change-Id: I9402442a89dafc96d87bf69f157dcfa40cdf6e2b Reviewed-on: https://skia-review.googlesource.com/118381 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/SkImageInfo_Reference.bmh6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/SkImageInfo_Reference.bmh b/docs/SkImageInfo_Reference.bmh
index f8b3f208eb..8023847794 100644
--- a/docs/SkImageInfo_Reference.bmh
+++ b/docs/SkImageInfo_Reference.bmh
@@ -196,6 +196,12 @@ in the same order.
#In Property
#Line # returns if Alpha_Type equals kOpaque_SkAlphaType ##
+Returns true if Alpha_Type equals kOpaque_SkAlphaType. kOpaque_SkAlphaType is a
+hint that the Color_Type is opaque, or that all Color_Alpha values are set to
+their 1.0 equivalent. If Alpha_Type is kOpaque_SkAlphaType, and Color_Type is not
+opaque, then the result of drawing any pixel with a Color_Alpha value less than
+1.0 is undefined.
+
#Param at one of: #list_of_alpha_types#
##
#Return true if at equals kOpaque_SkAlphaType ##