__init__.py
rerun._rerun2.components
class Label
A String label component.
class ClassId
A 16-bit ID representing a type of semantic class.
class Color
An RGBA color tuple with unmultiplied/separate alpha, in sRGB gamma space with linear alpha.
Float colors are assumed to be in 0-1 gamma sRGB space. All other colors are assumed to be in 0-255 gamma sRGB space. If there is an alpha, we assume it is in linear space, and separate (NOT pre-multiplied).
class DrawOrder
Draw order used for the display order of 2D elements.
Higher values are drawn on top of lower values. An entity can have only a single draw order component. Within an entity draw order is governed by the order of the components.
Draw order for entities with the same draw order is generally undefined.
class InstanceKey
A unique numeric identifier for each individual instance within a batch.
class KeypointId
A 16-bit ID representing a type of semantic keypoint within a class.
KeypointId
s are only meaningful within the context of a [rerun.components.ClassDescription
][rerun.components.ClassDescription].
Used to look up an [rerun.components.AnnotationInfo
][rerun.components.AnnotationInfo] for a Keypoint within the
[rerun.components.AnnotationContext
].
class Radius
A Radius component.