Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / coloradjust_private.h
blobc3649298b16203629984e5e0cd825728e747b1c2
1 #ifndef _COLORADJUST_PRIVATE_H_
2 #define _COLORADJUST_PRIVATE_H_
4 #ifndef _MUIMASTER_SUPPORT_H
5 #include "support.h"
6 #endif
8 /*** Instance data **********************************************************/
9 struct Coloradjust_DATA
11 struct Library *colorwheelbase;
12 struct Library *gradientsliderbase;
13 struct IClass *notifyclass;
14 struct Hook sliderhook, wheelhook, gradhook;
15 Object *rslider, *gslider, *bslider, *colfield, *wheel, *grad;
16 ULONG rgb[3];
17 UWORD gradpenarray[3];
18 LONG gradpen;
19 BOOL truecolor;
21 EXEC_INTERFACE_DECLARE(struct ColorWheelIFace * icolorwheel);
24 #endif /* _COLORADJUST_PRIVATE_H_ */