2 * Copyright 2002-2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
9 #ifndef COLOR_MENU_ITEM_H
10 #define COLOR_MENU_ITEM_H
19 class ColorMenuItem
: public BMenuItem
{
21 ColorMenuItem(const char* label
, rgb_color color
,
23 rgb_color
Color() { return fItemColor
; };
26 virtual void DrawContent();
32 #endif // COLOR_MENU_ITEM_H