ColorFeature¶

ColorFeature¶

Constructor¶

ColorFeature(parent, colors, n_colors[, ...])

Manages the color buffer for LineGraphic or ScatterGraphic

Properties¶

ColorFeature.buffer

Underlying buffer for this feature

Methods¶

ColorFeature.add_event_handler(handler)

Add an event handler.

ColorFeature.block_events(val)

Block all events from this feature

ColorFeature.clear_event_handlers()

Clear all event handlers

ColorFeature.remove_event_handler(handler)

Remove a registered event handler.