Question

Which of the following statements is false?
a. Bitmap's static createBitmap method creates a Bitmap of the specified width and height.
b. The last argument to createBitmap is the Bitmap's encoding, which specifies how each pixel in the Bitmap is stored. The constant Bitmap.Config.ARGB_8888 indicates that each pixel's color has a default value of 8 for the alpha, red, green and blue components.
c. A Canvas is used to draw shapes directly to a Bitmap.
d. You can use Bitmap's eraseColor method to fill the Bitmap with white pixels.

Answer

This answer is hidden. It contains 301 characters.