2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 #ifndef _MUI_CLASSES_COLORADJUST_H
7 #define _MUI_CLASSES_COLORADJUST_H
9 /*** Name *******************************************************************/
10 #define MUIC_Coloradjust "Coloradjust.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Coloradjust (MUIB_ZUNE | 0x00000700)
15 /*** Attributes *************************************************************/
16 #define MUIA_Coloradjust_Red (MUIB_MUI|0x00420eaa) /* isg ULONG */
17 #define MUIA_Coloradjust_Green (MUIB_MUI|0x004285ab) /* isg ULONG */
18 #define MUIA_Coloradjust_Blue (MUIB_MUI|0x0042b8a3) /* isg ULONG */
19 #define MUIA_Coloradjust_RGB (MUIB_MUI|0x0042f899) /* isg ULONG * */
20 #define MUIA_Coloradjust_ModeID (MUIB_MUI|0x0042ec59) /* isg ULONG */
23 extern const struct __MUIBuiltinClass _MUI_Coloradjust_desc
; /* PRIV */
25 #endif /* _MUI_CLASSES_COLORADJUST_H */