ImageCmap#

ImageCmap#

Constructor#

ImageCmap(value)

colormap for texture

Properties#

ImageCmap.value

Graphic Feature value, must be implemented in subclass

Methods#

ImageCmap.add_event_handler(handler)

Add an event handler.

ImageCmap.block_events(val)

Block all events from this feature

ImageCmap.clear_event_handlers()

Clear all event handlers

ImageCmap.remove_event_handler(handler)

Remove a registered event handler.

ImageCmap.set_value(graphic, value)

Graphic Feature value setter, must be implemented in subclass