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]