vispy.visuals.filters.markers module#
- class vispy.visuals.filters.markers.MarkerPickingFilter(fpos=9, *, discard_transparent=False)#
Bases:
PrimitivePickingFilter
Filter used to color markers by a picking ID.
Note that the ID color uses the alpha channel, so this may not be used with blending enabled.
Examples