| Method | Description |
|---|---|
PixelBGRA32.PixelBGRA32 ()
|
Default constructor. Components r, g and b will be set 0, and components alpha-shading will be set 255. |
PixelBGRA32.PixelBGRA32 (byte, byte, byte, byte)
|
Constructor. Creates an RGB color with color components r, g, and b and alpha-shading component a correspondingly. |
PixelBGRA32.PixelBGRA32 (uint)
|
Constructor. Creates an BRG color with color components blue, green, and red and alpha-shading component correspondingly. |