ColorSpacePoint Structure

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

Syntax

public value struct ColorSpacePoint
public struct ColorSpacePoint
var colorSpacePoint = {
      x : /* Your value */, 
      y : /* Your value */
}     

Members

ColorSpacePoint has the following members.

Fields

Name Description
X The X coordinate of the point, in pixels.
Y The Y coordinate of the point, in pixels.

Remarks

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.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace