0025448: Coding - remove useless header Quantity_Color_1.hxx
[occt.git] / src / Quantity / Quantity_Color.cxx
index a61ba9a..408c9a4 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-//-Version     
-//-Design      Declaration des variables specifiques aux couleurs
-//-Warning     Une couleur est definie, soit en RGB, soit en HLS,
-//             soit par un nom predefini extrait des noms X11.
-//-References  
-//-Language    C++ 2.0
-//-Declarations
-// for Test method
-// for the class
-
 #include <Quantity_Color.hxx>
-#include <Quantity_Color_1.hxx>
+
 #include <Quantity_ColorDefinitionError.hxx>
 #include <Standard_ErrorHandler.hxx>
 #include <Standard_OutOfRange.hxx>
@@ -39,6 +29,10 @@ void call_rgbhls(float r, float g, float b, float& h, float& l, float& s);
 
 //-Global data definitions
 
+#define RGBHLS_H_UNDEFINED -1.0
+
+static Quantity_Parameter TheEpsilon = 0.0001;
+
 //     -- les composantes RGB
 //     MyRed           :       Standard_ShortReal;
 //     MyGreen         :       Standard_ShortReal;