Skip to content
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ dmypy.json
# diffs from visual regression tests
examples/desktop/diffs/*.png
docs/source/_gallery/
docs/source/_imgui_images/
35 changes: 35 additions & 0 deletions docs/source/api/graphic_features/ImageGamma.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.. _api.ImageGamma:

ImageGamma
**********

==========
ImageGamma
==========
.. currentmodule:: fastplotlib.graphics.features

Constructor
~~~~~~~~~~~
.. autosummary::
:toctree: ImageGamma_api

ImageGamma

Properties
~~~~~~~~~~
.. autosummary::
:toctree: ImageGamma_api

ImageGamma.value

Methods
~~~~~~~
.. autosummary::
:toctree: ImageGamma_api

ImageGamma.add_event_handler
ImageGamma.block_events
ImageGamma.clear_event_handlers
ImageGamma.remove_event_handler
ImageGamma.set_value

2 changes: 1 addition & 1 deletion docs/source/api/graphic_features/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Graphic Features
UniformSize
TextureArray
TextureYUV
tuple
ImageCmap
ImageGamma
ImageVmin
ImageVmax
ImageInterpolation
Expand Down
31 changes: 0 additions & 31 deletions docs/source/api/graphic_features/tuple.rst

This file was deleted.

5 changes: 4 additions & 1 deletion docs/source/api/graphics/Graphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Properties
Graphic.block_handlers
Graphic.deleted
Graphic.event_handlers
Graphic.imgui_right_click
Graphic.name
Graphic.offset
Graphic.right_click_menu
Graphic.rotation
Graphic.scale
Graphic.supported_events
Expand All @@ -44,10 +44,13 @@ Methods

Graphic.add_axes
Graphic.add_event_handler
Graphic.append_imgui_right_click
Graphic.clear_event_handlers
Graphic.format_pick_info
Graphic.map_model_to_world
Graphic.map_world_to_model
Graphic.remove_event_handler
Graphic.remove_imgui_right_click
Graphic.rotate
Graphic.set_imgui_right_click

6 changes: 5 additions & 1 deletion docs/source/api/graphics/ImageGraphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ Properties
ImageGraphic.data
ImageGraphic.deleted
ImageGraphic.event_handlers
ImageGraphic.gamma
ImageGraphic.imgui_right_click
ImageGraphic.interpolation
ImageGraphic.name
ImageGraphic.offset
ImageGraphic.right_click_menu
ImageGraphic.rotation
ImageGraphic.scale
ImageGraphic.supported_events
Expand All @@ -56,11 +57,14 @@ Methods
ImageGraphic.add_linear_selector
ImageGraphic.add_polygon_selector
ImageGraphic.add_rectangle_selector
ImageGraphic.append_imgui_right_click
ImageGraphic.clear_event_handlers
ImageGraphic.format_pick_info
ImageGraphic.map_model_to_world
ImageGraphic.map_world_to_model
ImageGraphic.remove_event_handler
ImageGraphic.remove_imgui_right_click
ImageGraphic.reset_vmin_vmax
ImageGraphic.rotate
ImageGraphic.set_imgui_right_click

6 changes: 5 additions & 1 deletion docs/source/api/graphics/ImageVolumeGraphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ Properties
ImageVolumeGraphic.deleted
ImageVolumeGraphic.emissive
ImageVolumeGraphic.event_handlers
ImageVolumeGraphic.gamma
ImageVolumeGraphic.imgui_right_click
ImageVolumeGraphic.interpolation
ImageVolumeGraphic.mode
ImageVolumeGraphic.name
ImageVolumeGraphic.offset
ImageVolumeGraphic.plane
ImageVolumeGraphic.right_click_menu
ImageVolumeGraphic.rotation
ImageVolumeGraphic.scale
ImageVolumeGraphic.shininess
Expand All @@ -57,11 +58,14 @@ Methods

ImageVolumeGraphic.add_axes
ImageVolumeGraphic.add_event_handler
ImageVolumeGraphic.append_imgui_right_click
ImageVolumeGraphic.clear_event_handlers
ImageVolumeGraphic.format_pick_info
ImageVolumeGraphic.map_model_to_world
ImageVolumeGraphic.map_world_to_model
ImageVolumeGraphic.remove_event_handler
ImageVolumeGraphic.remove_imgui_right_click
ImageVolumeGraphic.reset_vmin_vmax
ImageVolumeGraphic.rotate
ImageVolumeGraphic.set_imgui_right_click

6 changes: 5 additions & 1 deletion docs/source/api/graphics/ImageYUVGraphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ Properties
ImageYUVGraphic.data
ImageYUVGraphic.deleted
ImageYUVGraphic.event_handlers
ImageYUVGraphic.gamma
ImageYUVGraphic.imgui_right_click
ImageYUVGraphic.interpolation
ImageYUVGraphic.name
ImageYUVGraphic.offset
ImageYUVGraphic.right_click_menu
ImageYUVGraphic.rotation
ImageYUVGraphic.scale
ImageYUVGraphic.supported_events
Expand All @@ -57,11 +58,14 @@ Methods
ImageYUVGraphic.add_linear_selector
ImageYUVGraphic.add_polygon_selector
ImageYUVGraphic.add_rectangle_selector
ImageYUVGraphic.append_imgui_right_click
ImageYUVGraphic.clear_event_handlers
ImageYUVGraphic.format_pick_info
ImageYUVGraphic.map_model_to_world
ImageYUVGraphic.map_world_to_model
ImageYUVGraphic.remove_event_handler
ImageYUVGraphic.remove_imgui_right_click
ImageYUVGraphic.reset_vmin_vmax
ImageYUVGraphic.rotate
ImageYUVGraphic.set_imgui_right_click

5 changes: 4 additions & 1 deletion docs/source/api/graphics/LineCollection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Properties
LineCollection.deleted
LineCollection.event_handlers
LineCollection.graphics
LineCollection.imgui_right_click
LineCollection.metadatas
LineCollection.name
LineCollection.names
LineCollection.offset
LineCollection.offsets
LineCollection.right_click_menu
LineCollection.rotation
LineCollection.rotations
LineCollection.scale
Expand All @@ -59,11 +59,14 @@ Methods
LineCollection.add_linear_selector
LineCollection.add_polygon_selector
LineCollection.add_rectangle_selector
LineCollection.append_imgui_right_click
LineCollection.clear_event_handlers
LineCollection.format_pick_info
LineCollection.map_model_to_world
LineCollection.map_world_to_model
LineCollection.remove_event_handler
LineCollection.remove_graphic
LineCollection.remove_imgui_right_click
LineCollection.rotate
LineCollection.set_imgui_right_click

5 changes: 4 additions & 1 deletion docs/source/api/graphics/LineGraphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Properties
LineGraphic.data
LineGraphic.deleted
LineGraphic.event_handlers
LineGraphic.imgui_right_click
LineGraphic.name
LineGraphic.offset
LineGraphic.right_click_menu
LineGraphic.rotation
LineGraphic.scale
LineGraphic.size_space
Expand All @@ -54,10 +54,13 @@ Methods
LineGraphic.add_linear_selector
LineGraphic.add_polygon_selector
LineGraphic.add_rectangle_selector
LineGraphic.append_imgui_right_click
LineGraphic.clear_event_handlers
LineGraphic.format_pick_info
LineGraphic.map_model_to_world
LineGraphic.map_world_to_model
LineGraphic.remove_event_handler
LineGraphic.remove_imgui_right_click
LineGraphic.rotate
LineGraphic.set_imgui_right_click

5 changes: 4 additions & 1 deletion docs/source/api/graphics/LineStack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Properties
LineStack.deleted
LineStack.event_handlers
LineStack.graphics
LineStack.imgui_right_click
LineStack.metadatas
LineStack.name
LineStack.names
LineStack.offset
LineStack.offsets
LineStack.right_click_menu
LineStack.rotation
LineStack.rotations
LineStack.scale
Expand All @@ -59,11 +59,14 @@ Methods
LineStack.add_linear_selector
LineStack.add_polygon_selector
LineStack.add_rectangle_selector
LineStack.append_imgui_right_click
LineStack.clear_event_handlers
LineStack.format_pick_info
LineStack.map_model_to_world
LineStack.map_world_to_model
LineStack.remove_event_handler
LineStack.remove_graphic
LineStack.remove_imgui_right_click
LineStack.rotate
LineStack.set_imgui_right_click

5 changes: 4 additions & 1 deletion docs/source/api/graphics/MeshGraphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Properties
MeshGraphic.colors
MeshGraphic.deleted
MeshGraphic.event_handlers
MeshGraphic.imgui_right_click
MeshGraphic.indices
MeshGraphic.mapcoords
MeshGraphic.mode
MeshGraphic.name
MeshGraphic.offset
MeshGraphic.plane
MeshGraphic.positions
MeshGraphic.right_click_menu
MeshGraphic.rotation
MeshGraphic.scale
MeshGraphic.supported_events
Expand All @@ -52,10 +52,13 @@ Methods

MeshGraphic.add_axes
MeshGraphic.add_event_handler
MeshGraphic.append_imgui_right_click
MeshGraphic.clear_event_handlers
MeshGraphic.format_pick_info
MeshGraphic.map_model_to_world
MeshGraphic.map_world_to_model
MeshGraphic.remove_event_handler
MeshGraphic.remove_imgui_right_click
MeshGraphic.rotate
MeshGraphic.set_imgui_right_click

5 changes: 4 additions & 1 deletion docs/source/api/graphics/PolygonGraphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Properties
PolygonGraphic.data
PolygonGraphic.deleted
PolygonGraphic.event_handlers
PolygonGraphic.imgui_right_click
PolygonGraphic.indices
PolygonGraphic.mapcoords
PolygonGraphic.mode
PolygonGraphic.name
PolygonGraphic.offset
PolygonGraphic.plane
PolygonGraphic.positions
PolygonGraphic.right_click_menu
PolygonGraphic.rotation
PolygonGraphic.scale
PolygonGraphic.supported_events
Expand All @@ -53,10 +53,13 @@ Methods

PolygonGraphic.add_axes
PolygonGraphic.add_event_handler
PolygonGraphic.append_imgui_right_click
PolygonGraphic.clear_event_handlers
PolygonGraphic.format_pick_info
PolygonGraphic.map_model_to_world
PolygonGraphic.map_world_to_model
PolygonGraphic.remove_event_handler
PolygonGraphic.remove_imgui_right_click
PolygonGraphic.rotate
PolygonGraphic.set_imgui_right_click

5 changes: 4 additions & 1 deletion docs/source/api/graphics/ScatterCollection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Properties
ScatterCollection.deleted
ScatterCollection.event_handlers
ScatterCollection.graphics
ScatterCollection.imgui_right_click
ScatterCollection.markers
ScatterCollection.metadatas
ScatterCollection.name
ScatterCollection.names
ScatterCollection.offset
ScatterCollection.offsets
ScatterCollection.right_click_menu
ScatterCollection.rotation
ScatterCollection.rotations
ScatterCollection.scale
Expand All @@ -60,11 +60,14 @@ Methods
ScatterCollection.add_linear_selector
ScatterCollection.add_polygon_selector
ScatterCollection.add_rectangle_selector
ScatterCollection.append_imgui_right_click
ScatterCollection.clear_event_handlers
ScatterCollection.format_pick_info
ScatterCollection.map_model_to_world
ScatterCollection.map_world_to_model
ScatterCollection.remove_event_handler
ScatterCollection.remove_graphic
ScatterCollection.remove_imgui_right_click
ScatterCollection.rotate
ScatterCollection.set_imgui_right_click

5 changes: 4 additions & 1 deletion docs/source/api/graphics/ScatterGraphic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Properties
ScatterGraphic.edge_width
ScatterGraphic.event_handlers
ScatterGraphic.image
ScatterGraphic.imgui_right_click
ScatterGraphic.markers
ScatterGraphic.mode
ScatterGraphic.name
ScatterGraphic.offset
ScatterGraphic.point_rotation_mode
ScatterGraphic.point_rotations
ScatterGraphic.right_click_menu
ScatterGraphic.rotation
ScatterGraphic.scale
ScatterGraphic.size_space
Expand All @@ -57,10 +57,13 @@ Methods

ScatterGraphic.add_axes
ScatterGraphic.add_event_handler
ScatterGraphic.append_imgui_right_click
ScatterGraphic.clear_event_handlers
ScatterGraphic.format_pick_info
ScatterGraphic.map_model_to_world
ScatterGraphic.map_world_to_model
ScatterGraphic.remove_event_handler
ScatterGraphic.remove_imgui_right_click
ScatterGraphic.rotate
ScatterGraphic.set_imgui_right_click

Loading