![]() |
Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
Describes a pixel of color in terms of blue, green, red, and alpha channels. More...
Public Member Functions | |
| BGRA (byte blue, byte green, byte red, byte alpha=0) | |
| Initializes a new instance of the BGRA structure. More... | |
| override bool | Equals (object obj) |
| Tests whether the specified object is a BGRA structure and is equivalent to this BGRA. More... | |
| bool | Equals (BGRA other) |
| Tests whether the specified BGRA structure is equivalent to this BGRA. More... | |
| override int | GetHashCode () |
| Gets a hash code for this BGRA structure. More... | |
Static Public Member Functions | |
| static bool | operator== (BGRA bgra1, BGRA bgra2) |
| Tests whether two BGRA structures are identical. More... | |
| static bool | operator!= (BGRA bgra1, BGRA bgra2) |
| Tests whether two BGRA structures are not identical. More... | |
Properties | |
| byte | A [get, set] |
| Gets or sets the BGRA alpha channel value of the color. More... | |
| byte | R [get, set] |
| Gets or sets the BGRA red channel value of the color. More... | |
| byte | G [get, set] |
| Gets or sets the BGRA green channel value of the color. More... | |
| byte | B [get, set] |
| Gets or sets the BGRA blue channel value of the color. More... | |
| int | Value [get, set] |
| Gets or sets the combined BGRA value of the color. More... | |
Describes a pixel of color in terms of blue, green, red, and alpha channels.