class openalea.oalab.interface.IColormap(**kargs)[source]

Bases: openalea.core.interface.IInterface

Dict of rgb colors with 0-1 positions as keys. Example:

dict(name='grey',
color_points=dict([(0.0, (0.0, 0.0, 0.0)),
(1.0, (1.0, 1.0, 1.0))])
classmethod default()[source]

Reinitialize control to default grey colormap

class openalea.oalab.interface.IIntRange(min=-16777216, max=16777216, **kargs)[source]

Bases: openalea.core.interface.IInterface

Tuple of two ordered integers Example:

(0, 255)

classmethod default()[source]

Previous topic

<no title>

Next topic

<no title>

This Page