Nuitrack
1.5.0
3D スケルトン トラッキング ミドルウェア
メインページ
関連ページ
モジュール
クラス
サンプル
すべて
クラス
名前空間
関数
変数
Typedefs
列挙型
列挙子
プロパティ
イベント
グループ
ページ
Color3.h
1
#ifndef NUITRACK_COLOR3_H_
2
#define NUITRACK_COLOR3_H_
3
4
namespace
tdv
5
{
6
namespace
nuitrack
7
{
8
9
struct
Color3
10
{
11
Color3
(uint8_t red = 0, uint8_t green = 0, uint8_t blue = 0)
12
: blue(blue), green(green), red(red) {}
13
14
uint8_t blue;
15
uint8_t green;
16
uint8_t red;
17
};
18
19
}
20
}
21
22
#endif
/* NUITRACK_COLOR3_H_ */
tdv::nuitrack::Color3
定義:
Color3.h:9
nuitrack
types
Color3.h
Generated on Sat Mar 21 2020 09:48:14 for Nuitrack by
1.8.6