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