Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ BGRA()

Microsoft.Azure.Kinect.Sensor.BGRA.BGRA ( byte  blue,
byte  green,
byte  red,
byte  alpha = 0 
)
inline

Initializes a new instance of the BGRA structure.

Parameters
blueThe blue channel value of the color.
greenThe green channel value of the color.
redThe red channel value of the color.
alphaThe alpha channel value of the color.