void bitmap.Clear() Return Type: void Parameters: None Description: This function clears the pixels of the bitmap. All pixel values are set to an R,G,B color value of (0,0,0). For an example, see the bitmap variable page.