MCPcopy Index your code
hub / github.com/rawpython/remi / alpha

Method alpha

editor/widgets/toolbox_opencv.py:563–563  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

561 @property
562 @gui.editor_attribute_decorator('WidgetSpecific','The alpha value', float, {'default':0, 'min':0, 'max':1.0, 'step':0.0001})
563 def alpha(self): return self.__alpha
564 @alpha.setter
565 def alpha(self, v): self.__alpha = v; self.process()
566

Callers

nothing calls this directly

Calls 1

processMethod · 0.95

Tested by

no test coverage detected