doc `has-alpha-channel?' method

This commit is contained in:
Matthew Flatt 2011-08-21 21:19:50 -06:00
parent e39abf17da
commit fc5fc02e5e

View File

@ -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?]{