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 | |
---|---|---|
![]() |
Equals | Indicates whether this instance and a specified object are
equal. (Inherited from ValueType) |
![]() |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
![]() |
GetType | Gets the Type of the current
instance. (Inherited from Object) |
![]() |
init | Initializes blue, red and green components to 0 and the alpha component to 255. |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
© Bricsys NV. All rights reserved. |