def has_vertex_colors()

in point_e/util/mesh.py [0:0]


    def has_vertex_colors(self) -> bool:
        return self.vertex_channels is not None and all(x in self.vertex_channels for x in "RGB")