forwarding tidying previous patch (NicJA).
[AROS.git] / workbench / libs / muimaster / classes / coloradjust_private.h
blob3d203d2e1718eb754662b569b7bf651e38d35828
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 Hook sliderhook, wheelhook, gradhook;
14 Object *rslider, *gslider, *bslider, *colfield, *wheel, *grad;
15 ULONG rgb[3];
16 UWORD gradpenarray[3];
17 LONG gradpen;
18 BOOL truecolor;
20 EXEC_INTERFACE_DECLARE(struct ColorWheelIFace * icolorwheel);
23 #endif /* _COLORADJUST_PRIVATE_H_ */