Pixel
|
| Name | Description | |
|---|---|---|
| PixelBGRA32(IntPtr) | Constructor for the PixelBGRA32 class. Creates an object based on the passed pointer. | |
| PixelBGRA32(UInt32) | Constructor for the PixelBGRA32 class. Creates pixel data with the unsigned integer value in BGRA format. The preferred way is to use hexadecimal value. | |
| PixelBGRA32(Byte, Byte, Byte, Byte) | Constructor for the PixelBGRA32 class. Creates pixel data with the specified blue, red, green and alpha values. |