Pixel
|
The PixelBGRA32 type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
| Alpha | Property that represents alpha channel component. | |
| Blue | Property that represents blue channel component. | |
| Green | Property that represents green channel component. | |
| Red | Property that represents red channel component. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType) |
|
| GetHashCode | (Inherited from ValueType) |
|
| GetType | (Inherited from Object) |
|
| init | Initializes blue, red and green components to 0 and the alpha component to 255. | |
| ToString | (Inherited from ValueType) |
| © Bricsys NV. All rights reserved. |