Colors#
Common Colors
- nerfstudio.utils.colors.get_color(color: Union[str, list]) Tensor #
- Parameters:
color (Union[str, list]) – Color as a string or a rgb list
- Returns:
Parsed color
- Return type:
TensorType[3]
Common Colors
color (Union[str, list]) – Color as a string or a rgb list
Parsed color
TensorType[3]