DisplayStyle

class ipkiss.visualisation.display_style.DisplayStyle(**kwargs)

Display style for a visualization

Parameters
alpha: fraction, optional

Transparency 0 = transparent 1 = opaque

color: Color, optional

Color used

edgecolor: Color, optional

Color of the edge

edgewidth: float and Real, number and number >= 0, optional

Width of the edge in px

stipple: StipplePattern, optional

Filling pattern

visible: ( bool, bool_, bool or int ), optional

Visible

blend(other, fraction_first_color=0.33)