LayerStyle#

class movement.napari.layer_styles.LayerStyle(name, properties, visible=True, blending='translucent')[source]#

Bases: object

Base class for napari layer styles.

Methods

as_kwargs()

Return the style properties as a dictionary of kwargs.

as_kwargs()[source]#

Return the style properties as a dictionary of kwargs.

Return type:

dict