ColorSpacePoint Structure

Represents a 2D point in color space, expressed in pixels.

public value struct ColorSpacePoint

ColorSpacePoint has the following members.

NameDescription
XThe X coordinate of the point, in pixels.
YThe Y coordinate of the point, in pixels.

A color space point describes a 2D point on the color image. So a position in color space is a row/column location of a pixel on the image, where x=0, y=0 is the pixel at the top left of the color image, and x=1919, y=1079 (width-1, height-1) corresponds to the bottom right.

Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: