Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
nuitrack.Color3 Struct Reference

Stores the values of RGB image colors. More...

Public Member Functions

 Color3 (byte red, byte green, byte blue)
 

Properties

byte Red [get, set]
 Value of the Red color in the RGB image.
 
byte Green [get, set]
 Value of the Green color in the RGB image.
 
byte Blue [get, set]
 Value of the Blue color in the RGB image.
 

Detailed Description

Stores the values of RGB image colors.