merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / guicast / bccolors.h
similarity index 81%
rename from cinelerra-5.1/cinelerra/cicolors.h
rename to cinelerra-5.1/guicast/bccolors.h
index 1ab7ab452c7a24d600ee3028724cebe6e2fe14c5..c91aba9fc405b97f061b3fc35b1cad5916161316 100644 (file)
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef CICOLORS_H
-#define CICOLORS_H
+#ifndef __BCCOLORS_H__
+#define __BCCOLORS_H__
 
 // Duplicate filename in guicast
 
@@ -193,18 +193,6 @@ private:
 };
 
 
-
-
-
-
-
-
-
-
-
-
-
-
 class HSV
 {
 public:
@@ -224,4 +212,51 @@ public:
 };
 
 
+// standard colors
+#define BLACK               0x000000
+#define WHITE               0xFFFFFF
+
+#define LTBLUE              0x9090FF
+#define BLUE                0x0000FF
+#define DKBLUE              0x000090
+
+#define LTPINK              0xFFC0C0
+#define PINK                0xFF8080
+#define RED                 0xFF0000
+
+#define LTGREEN             0xC0FFC0
+#define GREEN               0x00FF00
+#define DKGREEN             0x009000
+
+#define YELLOW              0xFFFF00
+#define LTYELLOW            0xFFFFA0
+#define MEYELLOW            0xFFFF00
+#define MDYELLOW            0xFFFFD2
+#define DKYELLOW            0xFFFFB4
+
+#define LTCYAN              0x00CBCB
+#define MECYAN              0x009696
+#define MDCYAN              0x007E7E
+#define DKCYAN              0x004949
+
+#define LTPURPLE            0xFFC0FF
+#define MEPURPLE            0xFF00FF
+#define MDPURPLE            0xC000C0
+#define DKPURPLE            0xA000A0
+
+#define LTGREY              0xE0E0E0
+#define MEGREY              0xAFAFAF
+#define DMGREY              0x999999
+#define MDGREY              0x7D7D7D
+#define DKGREY              0x4B4B4B
+
+#define BLOND               0xb4b487
+#define SLBLUE              0x6040c0
+
+#define MNGREY              0xe6e6e6
+#define FGGREY              0xe3e3e3
+#define MNBLUE              0x003cff
+#define ORANGE              0xffdd76
+#define FTGREY              0xbcbcbc
+
 #endif