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

◆ SetPixel< TPixel >()

unsafe void Microsoft.Azure.Kinect.Sensor.Image.SetPixel< TPixel > ( int  row,
int  col,
TPixel  pixel 
)
inline

Sets a pixel value in the image.

Template Parameters
TPixelThe type of the pixel.
Parameters
rowThe image row.
colThe image column.
pixelThe value of the pixel.
Type Constraints
TPixel :unmanaged