voxcity.visualizer.palette ========================== .. py:module:: voxcity.visualizer.palette Functions --------- .. autoapisummary:: voxcity.visualizer.palette.get_voxel_color_map Module Contents --------------- .. py:function:: get_voxel_color_map(color_scheme='default') Returns a color map for voxel visualization based on the specified color scheme. This function provides multiple predefined color schemes for visualizing voxel data. Each scheme maps voxel class IDs to RGB color values [0-255]. The class IDs follow a specific convention where negative values represent built environment elements and positive values represent natural/ground surface elements.