colour_visuals.visual.MixinPropertyThickness# class colour_visuals.visual.MixinPropertyThickness[source]# Bases: object Define a mixin for a thickness value. Attributes thickness __weakref__# list of weak references to the object __init__() → None[source]# Return type: None property thickness: float[source]# Getter and setter property for the thickness value. Parameters: value – Value to set the thickness value with. Returns: Thickness value. Return type: float