nmpp
Титульная страница
nmpp
Структуры данных
Файлы
Файлы
Список членов всех файлов
include
nmpli
iDef.h
1
//------------------------------------------------------------------------
2
//
3
// $Workfile:: C_Frame.h $
4
//
5
// FRC Library component
6
//
7
// Copyright (c) RC Module Inc.
8
//
9
// $Revision: 1.1 $ $Date: 2005/02/10 12:36:38 $
10
//
19
//------------------------------------------------------------------------
20
21
#ifndef _IDEF_H_
22
#define _IDEF_H_
23
24
//#ifdef __NM__
25
//typedef void RGB24_nm8u;
26
//#else
27
struct
RGB24_nm8u
28
{
29
unsigned
char
nB:8;
30
unsigned
char
nG:8;
31
unsigned
char
nR:8;
32
};
33
//#endif
34
35
struct
RGB32_nm8u
36
{
37
unsigned
int
nB:8;
38
unsigned
int
nG:8;
39
unsigned
int
nR:8;
40
unsigned
int
nA:8;
41
};
42
43
struct
RGB32_nm8s
44
{
45
int
nB:8;
46
int
nG:8;
47
int
nR:8;
48
int
nA:8;
49
};
50
51
struct
RGB32_nm10u
52
{
53
unsigned
int
nB:10;
54
unsigned
int
nG:10;
55
unsigned
int
nR:10;
56
unsigned
int
nA:2;
57
};
58
59
struct
RGB32_nm10s
60
{
61
int
nB:10;
62
int
nG:10;
63
int
nR:10;
64
int
nA:2;
65
};
66
67
//struct RGB64_nm16u
68
//{
69
// unsigned int nB:16;
70
// unsigned int nG:16;
71
// unsigned int nR:16;
72
// unsigned int nA:16;
73
//};
74
75
#endif
RGB24_nm8u
Definition:
iDef.h:28
RGB32_nm10s
Definition:
iDef.h:60
RGB32_nm10u
Definition:
iDef.h:52
RGB32_nm8s
Definition:
iDef.h:44
RGB32_nm8u
Definition:
iDef.h:36
Создано системой
1.9.5