From fc5fc02e5e3a9cb68ff239377f1e9f86b00460a9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 21 Aug 2011 21:19:50 -0600 Subject: [PATCH] doc `has-alpha-channel?' method --- collects/scribblings/draw/bitmap-class.scrbl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/collects/scribblings/draw/bitmap-class.scrbl b/collects/scribblings/draw/bitmap-class.scrbl index 171fab7f78..0eb2e0fb3f 100644 --- a/collects/scribblings/draw/bitmap-class.scrbl +++ b/collects/scribblings/draw/bitmap-class.scrbl @@ -132,6 +132,14 @@ Gets the width of the bitmap in pixels. } +@defmethod[(has-alpha-channel?) + boolean?]{ + +Returns @racket[#t] if the bitmap has an alpha channel, +@racket[#f] otherwise. + +} + @defmethod[(is-color?) boolean?]{