UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
getcolor.h
1 #if !defined(__N_GETCOLOR_H_)
2 #define __N_GETCOLOR_H_
3 
4 #define SORT_RED 0x01
5 #define SORT_GREEN 0x02
6 #define SORT_BLUE 0x04
7 
8 typedef struct {
9  YType* par;
10  int place;
11  char* Name;
12  char* CTitle;
13  char* FontCTitle;
14  int NButtons; /* 1 - 3 */
15  char* CName1;
16  char* CName2;
17  char* CName3;
18  char* FontCName;
19  Colormap cmap;
20  int* colors;
21  int nc;
22  int fg,bg,arm; /* c1,c2,c3 */
23  int RGBsort;
24  CallB cb;
25  short part,height;
26  YDraw* yd;
28 
29 #ifdef _NO_PROTO_
30 int GetPalette();
31 #else
32 int GetPalette(YType* par,char* CPal,int* CInd,int* MInd,CallB cb,int key,int any,char* p_mask);
33 #endif
34 
35 #endif
Definition: ymprog.h:1019
Definition: ymprog.h:649
Definition: getcolor.h:8