ColorSpacePoint Structure

A 2D location in color space.

Syntax

typedef struct _ColorSpacePoint {
    float X;
    float Y;
} ColorSpacePoint;

Members

  • X
    The X component in color space.
  • Y
    The Y component in color space.

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

Header: kinect.h

Library: kinect20.lib