Home
last modified time | relevance | path

Searched refs:myBgColor (Results 1 – 15 of 15) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/utils/gui/settings/
H A DGUIPropertyScheme.h57 myBgColor(bgColor) { in myName()
175 return myBgColor; in getBackgroundColor()
240 RGBColor myBgColor; variable
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_CView.hxx354 virtual Aspect_Background Background() const { return Aspect_Background (myBgColor.GetRGB()); } in Background()
357 …virtual void SetBackground (const Aspect_Background& theBackground) { myBgColor.SetRGB (theBackgro… in SetBackground()
464 Quantity_ColorRGBA myBgColor; member in Graphic3d_CView
H A DOpenGl_View.hxx283 const Quantity_ColorRGBA& BackgroundColor() const { return myBgColor; } in BackgroundColor()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_CView.hxx365 virtual Aspect_Background Background() const { return Aspect_Background (myBgColor.GetRGB()); } in Background()
368 …virtual void SetBackground (const Aspect_Background& theBackground) { myBgColor.SetRGB (theBackgro… in SetBackground()
578 Quantity_ColorRGBA myBgColor; member in Graphic3d_CView
H A DGraphic3d_CView.cxx28 : myBgColor (Quantity_NOC_BLACK), in IMPLEMENT_STANDARD_RTTIEXT()
1424 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &myBgColor) in DumpJson()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_CView.hxx365 virtual Aspect_Background Background() const { return Aspect_Background (myBgColor.GetRGB()); } in Background()
368 …virtual void SetBackground (const Aspect_Background& theBackground) { myBgColor.SetRGB (theBackgro… in SetBackground()
578 Quantity_ColorRGBA myBgColor; member in Graphic3d_CView
H A DOpenGl_View.hxx272 const Quantity_ColorRGBA& BackgroundColor() const { return myBgColor; } in BackgroundColor()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcolor.c73 XColor myBgColor; variable
1039 myBgColor.pixel = color.pixel; in InitColor()
1040 myBgColor.red = color.red; in InitColor()
1041 myBgColor.green = color.green; in InitColor()
1042 myBgColor.blue = color.blue; in InitColor()
1106 myBgColor.pixel = color.pixel; in InitColor()
1107 myBgColor.red = color.red; in InitColor()
1108 myBgColor.green = color.green; in InitColor()
1109 myBgColor.blue = color.blue; in InitColor()
H A Dcolor.e36 extern XColor myBgColor;
H A Dfile.c7004 if (myBgColor.red==0 && myBgColor.green==0 && myBgColor.blue==0) {
7006 } else if (myBgColor.red==maxRGB && myBgColor.green==maxRGB &&
7007 myBgColor.blue==maxRGB) {
7011 ((float)myBgColor.red/maxRGB),
7012 ((float)myBgColor.green/maxRGB),
7218 if (myBgColor.red==0 && myBgColor.green==0 &&
7219 myBgColor.blue==0) {
7221 } else if (myBgColor.red==maxRGB && myBgColor.green==maxRGB &&
7222 myBgColor.blue==maxRGB) {
7226 ((float)myBgColor.red/maxRGB),
[all …]
H A Dimgproc.c527 unsigned int r=(unsigned int)myBgColor.red; in PreprocessPixels()
528 unsigned int g=(unsigned int)myBgColor.green; in PreprocessPixels()
529 unsigned int b=(unsigned int)myBgColor.blue; in PreprocessPixels()
5475 return GetOrAllocHistogramIndex(&myBgColor);
5720 return GetOrAllocHistogramIndex(&myBgColor);
5910 return GetOrAllocHistogramIndex(&myBgColor);
H A Dxbitmap.c3696 SetAColorByteInfo(&my_bg_cb, &myBgColor);
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_View.hxx272 const Quantity_ColorRGBA& BackgroundColor() const { return myBgColor; } in BackgroundColor()
H A DOpenGl_View_Raytrace.cxx2664 OpenGl_Vec4 aBackColorTop = myBgColor, aBackColorBot = myBgColor; in setUniformState()
H A DOpenGl_View.cxx2049 const OpenGl_Vec4 aBgColor = aCtx->Vec4FromQuantityColor (myBgColor); in redraw()