Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpcanvas-style.c63 static const GimpRGB layer_bg = { 1.0, 1.0, 0.0, 1.0 }; variable
287 &layer_bg, in gimp_canvas_set_layer_style()
/dports/science/nest/nest-simulator-3.1/extras/ConnPlotter/
H A DConnPlotter.py317 def layer_bg(self): member in PlotParams
327 @layer_bg.setter
328 def layer_bg(self, bg): member in PlotParams
1631 facecolor=plotParams.layer_bg[block.location],
/dports/science/nest/nest-simulator-3.1/extras/ConnPlotter/examples/
H A Dconnplotter_tutorial.py655 cpl.plotParams.layer_bg = (0.8, 0.8, 0.0)