setPixel32(x, y, red, green, blue, alpha, immediate) → {Phaser.BitmapData}
Sets the color of the given pixel to the specified red, green, blue and alpha values.
Parameters
Name Type Argument Default Description x number The x coordinate of the pixel to be set. Must lay within the dimensions of this BitmapData. y number The y coordinate of the pixel to be set. Must lay within the dimensions of this BitmapData. red number The red color value, between 0 and 0xFF (255). green