Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / coloradjust.h
bloba89cc6299c46fd269a4427d98457a92a4d405402
1 /*
2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
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 \
17 (MUIB_MUI | 0x00420eaa) /* isg ULONG */
18 #define MUIA_Coloradjust_Green \
19 (MUIB_MUI | 0x004285ab) /* isg ULONG */
20 #define MUIA_Coloradjust_Blue \
21 (MUIB_MUI | 0x0042b8a3) /* isg ULONG */
22 #define MUIA_Coloradjust_RGB \
23 (MUIB_MUI | 0x0042f899) /* isg ULONG * */
24 #define MUIA_Coloradjust_ModeID \
25 (MUIB_MUI | 0x0042ec59) /* isg ULONG */
28 extern const struct __MUIBuiltinClass _MUI_Coloradjust_desc; /* PRIV */
30 #endif /* _MUI_CLASSES_COLORADJUST_H */