Home
last modified time | relevance | path

Searched refs:theHueFrom (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_ColorScale.hxx236 Standard_Real theHueFrom, Standard_Real theHueTo) in SetUniformColors() argument
238 SetColors (MakeUniformColors (myNbIntervals, theLightness, theHueFrom, theHueTo)); in SetUniformColors()
259 Standard_Real theHueFrom, Standard_Real theHueTo);
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_ColorScale.hxx236 Standard_Real theHueFrom, Standard_Real theHueTo) in SetUniformColors() argument
238 SetColors (MakeUniformColors (myNbIntervals, theLightness, theHueFrom, theHueTo)); in SetUniformColors()
259 Standard_Real theHueFrom, Standard_Real theHueTo);
H A DAIS_ColorScale.cxx297 Standard_Real theHueFrom, in MakeUniformColors() argument
303 Standard_Real aHueRange = std::fmod (theHueTo - theHueFrom, 360.); in MakeUniformColors()
317 Standard_Real aHue = std::fmod (theHueFrom, 360.); in MakeUniformColors()
333 Standard_Real aHue = std::fmod (theHueFrom + i * aHueStep, 360.); in MakeUniformColors()